We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96c349a commit 096a603Copy full SHA for 096a603
docs/release_log.rst
@@ -1,9 +1,11 @@
1
Release Log
2
===========
3
-
+* 0.3.7 - August 30, 2015
4
+ - Make HumanName instances pickleable
5
* 0.3.6 - August 6, 2015
6
- Fix strings that start with conjunctions (#20)
7
- handle assigning lists of names to a name attribute
8
+ - support dictionary-like assignment of name attributes
9
* 0.3.5 - August 4, 2015
10
- Fix handling of string encoding in python 2.x (#34)
11
- Add support for dictionary key access, e.g. name['first']
nameparser/__init__.py
@@ -1,4 +1,4 @@
-VERSION = (0, 3, 6)
+VERSION = (0, 3, 7)
__version__ = '.'.join(map(str, VERSION))
__author__ = "Derek Gulbranson"
__author_email__ = 'derek73@gmail.com'
0 commit comments