We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07a0af5 commit 9351530Copy full SHA for 9351530
3 files changed
.travis.yml
CHANGELOG.rst
@@ -1,3 +1,8 @@
1
+1.0.0.4
2
+=======
3
+* Dropped support for Python 3.5 (#61)
4
+* Added entry point to ``setup.py`` (#59)
5
+
6
1.0.0.3
7
=======
8
* Added support for Python 3.7 and 3.8
mapry_meta.py
@@ -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'
9
__author__ = 'Marko Ristin'
10
__author_email__ = 'marko.ristin@gmail.com'
11
__license__ = 'MIT'
0 commit comments