Skip to content

Commit 759a131

Browse files
committed
v1.1.3
update version and release notes
1 parent ff64838 commit 759a131

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.3 - September 20, 2023
4+
- Fix case when we have two same prefixes in the name ()#147)
35
* 1.1.2 - November 13, 2022
46
- Add support for attributes in constructor (#140)
57
- Make HumanName instances hashable (#138)

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, 2)
1+
VERSION = (1, 1, 3)
22
__version__ = '.'.join(map(str, VERSION))
33
__author__ = "Derek Gulbranson"
44
__author_email__ = '[email protected]'

0 commit comments

Comments
 (0)