We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13bc95b commit ce92f37Copy full SHA for ce92f37
docs/release_log.rst
@@ -1,6 +1,9 @@
1
Release Log
2
===========
3
-* 1.0.3 - April 18, 2018
+* 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
7
- fix sys.stdin usage when stdin doesn't exist (#82)
8
- support for escaping log entry arguments (#84)
9
* 1.0.2 - Oct 26, 2018
nameparser/__init__.py
@@ -1,4 +1,4 @@
-VERSION = (1, 0, 3)
+VERSION = (1, 0, 4)
__version__ = '.'.join(map(str, VERSION))
__author__ = "Derek Gulbranson"
__author_email__ = '[email protected]'
0 commit comments