Skip to content

Commit 9b8c30b

Browse files
committed
v1.0.3
1 parent b948e2c commit 9b8c30b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/release_log.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Release Log
22
===========
3+
* 1.0.3 - April 18, 2018
4+
- fix sys.stdin usage when stdin doesn't exist (#82)
5+
- support for escaping log entry arguments (#84)
36
* 1.0.2 - Oct 26, 2018
47
- Fix handling of only nickname and last name (#78)
58
* 1.0.1 - August 30, 2018

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, 2)
1+
VERSION = (1, 0, 3)
22
__version__ = '.'.join(map(str, VERSION))
33
__author__ = "Derek Gulbranson"
44
__author_email__ = '[email protected]'

0 commit comments

Comments
 (0)