Skip to content

Commit

Permalink
v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
derek73 committed Jun 27, 2019
1 parent 13bc95b commit ce92f37
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion docs/release_log.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Release Log
===========
* 1.0.3 - April 18, 2018
* 1.0.4 - June 26, 2019
- Better nickname handling of multiple single quotes (#86)
- full_name attribute now returns formatted string output instead of original string (#87)
* 1.0.3 - April 18, 2019
- fix sys.stdin usage when stdin doesn't exist (#82)
- support for escaping log entry arguments (#84)
* 1.0.2 - Oct 26, 2018
Expand Down
2 changes: 1 addition & 1 deletion nameparser/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (1, 0, 3)
VERSION = (1, 0, 4)
__version__ = '.'.join(map(str, VERSION))
__author__ = "Derek Gulbranson"
__author_email__ = '[email protected]'
Expand Down

0 comments on commit ce92f37

Please sign in to comment.