Skip to content

Commit 096a603

Browse files
committed
bump to v0.3.7
1 parent 96c349a commit 096a603

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,9 +1,11 @@
11
Release Log
22
===========
3-
3+
* 0.3.7 - August 30, 2015
4+
- Make HumanName instances pickleable
45
* 0.3.6 - August 6, 2015
56
- Fix strings that start with conjunctions (#20)
67
- handle assigning lists of names to a name attribute
8+
- support dictionary-like assignment of name attributes
79
* 0.3.5 - August 4, 2015
810
- Fix handling of string encoding in python 2.x (#34)
911
- Add support for dictionary key access, e.g. name['first']

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, 6)
1+
VERSION = (0, 3, 7)
22
__version__ = '.'.join(map(str, VERSION))
33
__author__ = "Derek Gulbranson"
44
__author_email__ = 'derek73@gmail.com'

0 commit comments

Comments
 (0)