Skip to content

Commit 5ebe917

Browse files
authored
Bumped version to 1.0.0.1 (#49)
1 parent c5baaae commit 5ebe917

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
1.0.0.1
2+
=====
3+
* fixed go live tests
4+
* fixed go generated code for map of <type>
5+
* added tests of map of <type>
6+
7+
1.0.0.0
8+
=====
9+
* Initial version.
10+
11+

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

0 commit comments

Comments
 (0)