We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3623394 commit fd78ec6Copy full SHA for fd78ec6
2 files changed
docs/release_log.rst
@@ -1,5 +1,7 @@
1
Release Log
2
===========
3
+* 1.1.0 - January 3, 2022
4
+ - Add initials support (#128)
5
* 1.0.6 - February 8, 2020
6
- Fix Python 3.8 syntax error (#104)
7
* 1.0.5 - Dec 12, 2019
nameparser/__init__.py
@@ -1,4 +1,4 @@
-VERSION = (1, 0, 6)
+VERSION = (1, 1, 0)
__version__ = '.'.join(map(str, VERSION))
__author__ = "Derek Gulbranson"
__author_email__ = 'derek73@gmail.com'
0 commit comments