Skip to content

Commit 00a3813

Browse files
committed
bump to v0.3.13
1 parent d63d255 commit 00a3813

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/release_log.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Release Log
22
===========
3-
* 0.3.12 - March 14, 2016
3+
* 0.3.13 - March 14, 2016
4+
- Improve string format handling (#41)
5+
* 0.3.12 - March 13, 2016
46
- Fix first name clash with suffixes (#42)
57
- Fix encoding of constants added via the python shell
68
- Add "MSC" to suffixes, fix #41

nameparser/__init__.py

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

0 commit comments

Comments
 (0)