Skip to content

Commit

Permalink
Released 1.0.0.4 (#62)
Browse files Browse the repository at this point in the history
* Dropped support for Python 3.5 (#61)
* Added entry point to `setup.py` (#59)
  • Loading branch information
mristin authored Jun 2, 2021
1 parent 07a0af5 commit 9351530
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 13 deletions.
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__ = '[email protected]'
__license__ = 'MIT'
Expand Down

0 comments on commit 9351530

Please sign in to comment.