Skip to content

Commit 0699da2

Browse files
authored
Released 1.0.0.3 (#56)
* Added support for Python 3.7 and 3.8 * Updated code to comply with latest versions of mypy and pylint * Adapted for Windows (previously, mapry ran only on Linux)
1 parent 26630b0 commit 0699da2

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
1.0.0.3
2+
=======
3+
* Added support for Python 3.7 and 3.8
4+
* Updated code to comply with latest versions of mypy and pylint
5+
* Adapted for Windows (previously, mapry ran only on Linux)
6+
17
1.0.0.2
28
=======
39
* vendored date/tz.h to the repository for testing

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.2'
8+
__version__ = '1.0.0.3'
99
__author__ = 'Marko Ristin'
1010
__author_email__ = 'marko.ristin@gmail.com'
1111
__license__ = 'MIT'

0 commit comments

Comments
 (0)