Skip to content

Commit 993f7aa

Browse files
committed
version 1.1.1
1 parent 569ccf3 commit 993f7aa

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+
* 1.1.1 - January 28, 2022
4+
- Fix bug in is_suffix handling of lists (#128)
35
* 1.1.0 - January 3, 2022
46
- Add initials support (#128)
57
- Add more titles and prefixes (#120, #127, #128, #119)

nameparser/__init__.py

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

0 commit comments

Comments
 (0)