Skip to content

Commit 0f3aa87

Browse files
committed
v0.5.5, Support J.D. as suffix and Wm. as title, fix #68
1 parent a22705d commit 0f3aa87

4 files changed

Lines changed: 5 additions & 1 deletion

File tree

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.5 - January 10, 2018
4+
- Support J.D. as suffix and Wm. as title
35
* 0.5.4 - December 10, 2017
46
- Add Dr to suffixes (#62)
57
- Add the full set of Italian derivatives from "di" (#59)

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, 4)
1+
VERSION = (0, 5, 5)
22
__version__ = '.'.join(map(str, VERSION))
33
__author__ = "Derek Gulbranson"
44
__author_email__ = 'derek73@gmail.com'

nameparser/config/suffixes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
'idsm',
7474
'iom',
7575
'iso',
76+
'jd',
7677
'kbe',
7778
'kcb',
7879
'kcie',

nameparser/config/titles.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -618,6 +618,7 @@
618618
'warden',
619619
'warrant',
620620
'wing',
621+
'wm',
621622
'wo-1',
622623
'wo1',
623624
'wo2',

0 commit comments

Comments
 (0)