We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a22705d commit 0f3aa87Copy full SHA for 0f3aa87
4 files changed
docs/release_log.rst
@@ -1,5 +1,7 @@
1
Release Log
2
===========
3
+* 0.5.5 - January 10, 2018
4
+ - Support J.D. as suffix and Wm. as title
5
* 0.5.4 - December 10, 2017
6
- Add Dr to suffixes (#62)
7
- Add the full set of Italian derivatives from "di" (#59)
nameparser/__init__.py
@@ -1,4 +1,4 @@
-VERSION = (0, 5, 4)
+VERSION = (0, 5, 5)
__version__ = '.'.join(map(str, VERSION))
__author__ = "Derek Gulbranson"
__author_email__ = 'derek73@gmail.com'
nameparser/config/suffixes.py
@@ -73,6 +73,7 @@
73
'idsm',
74
'iom',
75
'iso',
76
+ 'jd',
77
'kbe',
78
'kcb',
79
'kcie',
nameparser/config/titles.py
@@ -618,6 +618,7 @@
618
'warden',
619
'warrant',
620
'wing',
621
+ 'wm',
622
'wo-1',
623
'wo1',
624
'wo2',
0 commit comments