Skip to content

Commit fd78ec6

Browse files
committed
bump to version 1.1.0
1 parent 3623394 commit fd78ec6

2 files changed

Lines changed: 3 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+
* 1.1.0 - January 3, 2022
4+
- Add initials support (#128)
35
* 1.0.6 - February 8, 2020
46
- Fix Python 3.8 syntax error (#104)
57
* 1.0.5 - Dec 12, 2019

nameparser/__init__.py

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

0 commit comments

Comments
 (0)