Skip to content

Commit ce92f37

Browse files
committed
v1.0.4
1 parent 13bc95b commit ce92f37

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

docs/release_log.rst

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Release Log
22
===========
3-
* 1.0.3 - April 18, 2018
3+
* 1.0.4 - June 26, 2019
4+
- Better nickname handling of multiple single quotes (#86)
5+
- full_name attribute now returns formatted string output instead of original string (#87)
6+
* 1.0.3 - April 18, 2019
47
- fix sys.stdin usage when stdin doesn't exist (#82)
58
- support for escaping log entry arguments (#84)
69
* 1.0.2 - Oct 26, 2018

nameparser/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (1, 0, 3)
1+
VERSION = (1, 0, 4)
22
__version__ = '.'.join(map(str, VERSION))
33
__author__ = "Derek Gulbranson"
44
__author_email__ = '[email protected]'

0 commit comments

Comments
 (0)