We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d63d255 commit 00a3813Copy full SHA for 00a3813
docs/release_log.rst
@@ -1,6 +1,8 @@
1
Release Log
2
===========
3
-* 0.3.12 - March 14, 2016
+* 0.3.13 - March 14, 2016
4
+ - Improve string format handling (#41)
5
+* 0.3.12 - March 13, 2016
6
- Fix first name clash with suffixes (#42)
7
- Fix encoding of constants added via the python shell
8
- Add "MSC" to suffixes, fix #41
nameparser/__init__.py
@@ -1,4 +1,4 @@
-VERSION = (0, 3, 12)
+VERSION = (0, 3, 13)
__version__ = '.'.join(map(str, VERSION))
__author__ = "Derek Gulbranson"
__author_email__ = '[email protected]'
0 commit comments