We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dbb49e commit fb1475aCopy full SHA for fb1475a
docs/release_log.rst
@@ -1,5 +1,7 @@
1
Release Log
2
===========
3
+* 0.5.6 - January 15, 2018
4
+ - Fix python version check (#64)
5
* 0.5.5 - January 10, 2018
6
- Support J.D. as suffix and Wm. as title
7
* 0.5.4 - December 10, 2017
nameparser/__init__.py
@@ -1,4 +1,4 @@
-VERSION = (0, 5, 5)
+VERSION = (0, 5, 6)
__version__ = '.'.join(map(str, VERSION))
__author__ = "Derek Gulbranson"
__author_email__ = 'derek73@gmail.com'
0 commit comments