Skip to content

Commit f351cab

Browse files
committed
v0.3.16, update release log
1 parent 319a23d commit f351cab

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ and "post-nominal" would probably be better names.)
100100
Customization
101101
-------------
102102

103-
Your project may need a bit of adjustments for your dataset. You can
103+
Your project may need some adjustment for your dataset. You can
104104
do this in your own pre- or post-processing, by `customizing the configured pre-defined
105105
sets`_ of titles, prefixes, etc., or by subclassing the `HumanName` class. See the
106106
`full documentation`_ for more information.

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+
* 0.3.16 - March 24, 2016
4+
- Clarify LGPL licence version (#47)
5+
- Skip pickle tests if pickle not installed (#48)
36
* 0.3.15 - March 21, 2016
47
- Fix string format when `empty_attribute_default = None` (#45)
58
- Include tests in release source tarball (#46)

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

0 commit comments

Comments
 (0)