Skip to content

Commit e7ffbca

Browse files
committed
bump to v1.0.0, update release log
1 parent 6ab3baa commit e7ffbca

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

docs/release_log.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
Release Log
22
===========
3+
* 1.0.0 - August 10, 2017
4+
- Refactor tests into fixtures by MilesCranmer (#61)
5+
- Add Dr to suffixes (#62)
6+
- Add the full set of Italian derivatives from "di" (#59)
37
* 0.5.3 - June 27, 2017
48
- Remove emojis from initial string by default with option to include emojis (#58)
59
* 0.5.2 - March 19, 2017

docs/usage.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,10 @@ available from the nickname attribute.
116116
Change the output string with string formatting
117117
-----------------------------------------------
118118

119-
The string representation of a `HumanName` instance is controlled by its `string_format` attribute. The default value, "{title} {first} {middle} {last} {suffix} ({nickname})", includes parenthesis around nicknames. Trailing commas and empty quotes and parenthesis are automatically removed if the name has no nickname pieces.
119+
The string representation of a `HumanName` instance is controlled by its `string_format` attribute.
120+
The default value, `"{title} {first} {middle} {last} {suffix} ({nickname})"`, includes parenthesis
121+
around nicknames. Trailing commas and empty quotes and parenthesis are automatically removed if the
122+
name has no nickname pieces.
120123

121124
You can change the default formatting for all `HumanName` instances by setting a new
122125
:py:attr:`~nameparser.config.Constants.string_format` value on the shared

nameparser/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (0, 5, 3)
1+
VERSION = (1, 0, 0)
22
__version__ = '.'.join(map(str, VERSION))
33
__author__ = "Derek Gulbranson"
44
__author_email__ = 'derek73@gmail.com'

0 commit comments

Comments
 (0)