Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions .travis.yml

This file was deleted.

5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.0.0.4
=======
* Dropped support for Python 3.5 (#61)
* Added entry point to ``setup.py`` (#59)

1.0.0.3
=======
* Added support for Python 3.7 and 3.8
Expand Down
2 changes: 1 addition & 1 deletion mapry_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
'Generate polyglot code for de/serializing object graphs '
'from JSONable structures.')
__url__ = 'http://github.com/Parquery/mapry'
__version__ = '1.0.0.3'
__version__ = '1.0.0.4'
__author__ = 'Marko Ristin'
__author_email__ = 'marko.ristin@gmail.com'
__license__ = 'MIT'
Expand Down