Skip to content

Commit fb1475a

Browse files
committed
v0.5.6
1 parent 8dbb49e commit fb1475a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/release_log.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
Release Log
22
===========
3+
* 0.5.6 - January 15, 2018
4+
- Fix python version check (#64)
35
* 0.5.5 - January 10, 2018
46
- Support J.D. as suffix and Wm. as title
57
* 0.5.4 - December 10, 2017

nameparser/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (0, 5, 5)
1+
VERSION = (0, 5, 6)
22
__version__ = '.'.join(map(str, VERSION))
33
__author__ = "Derek Gulbranson"
44
__author_email__ = '[email protected]'

0 commit comments

Comments
 (0)