We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff64838 commit 759a131Copy full SHA for 759a131
docs/release_log.rst
@@ -1,5 +1,7 @@
1
Release Log
2
===========
3
+* 1.1.3 - September 20, 2023
4
+ - Fix case when we have two same prefixes in the name ()#147)
5
* 1.1.2 - November 13, 2022
6
- Add support for attributes in constructor (#140)
7
- Make HumanName instances hashable (#138)
nameparser/__init__.py
@@ -1,4 +1,4 @@
-VERSION = (1, 1, 2)
+VERSION = (1, 1, 3)
__version__ = '.'.join(map(str, VERSION))
__author__ = "Derek Gulbranson"
__author_email__ = 'derek73@gmail.com'
0 commit comments