Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Released 1.0.0.3 #56

Merged
merged 1 commit into from Oct 8, 2020
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.rst
@@ -1,3 +1,9 @@
1.0.0.3
=======
* 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.0.0.2
=======
* vendored date/tz.h to the repository for testing
Expand Down
2 changes: 1 addition & 1 deletion mapry_meta.py
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.2'
__version__ = '1.0.0.3'
__author__ = 'Marko Ristin'
__author_email__ = 'marko.ristin@gmail.com'
__license__ = 'MIT'
Expand Down