Skip to content

Commit 9351530

Browse files
authored
Released 1.0.0.4 (#62)
* Dropped support for Python 3.5 (#61) * Added entry point to `setup.py` (#59)
1 parent 07a0af5 commit 9351530

3 files changed

Lines changed: 6 additions & 13 deletions

File tree

.travis.yml

Lines changed: 0 additions & 12 deletions
This file was deleted.

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
1.0.0.3
27
=======
38
* Added support for Python 3.7 and 3.8

mapry_meta.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
'Generate polyglot code for de/serializing object graphs '
66
'from JSONable structures.')
77
__url__ = 'http://github.com/Parquery/mapry'
8-
__version__ = '1.0.0.3'
8+
__version__ = '1.0.0.4'
99
__author__ = 'Marko Ristin'
1010
__author_email__ = 'marko.ristin@gmail.com'
1111
__license__ = 'MIT'

0 commit comments

Comments
 (0)