Skip to content

Commit b7aded4

Browse files
committed
set v0.5.4 (1.0 will have to wait for another day)
1 parent 34d6a86 commit b7aded4

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ build
1010
*.egg
1111
.coverage
1212
dist
13+
.idea
1314

1415
# docs
1516
docs/_*

docs/release_log.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Release Log
22
===========
3-
* 1.0.0 - August 10, 2017
4-
- Refactor tests into fixtures by MilesCranmer (#61)
3+
* 0.5.4 - December 10, 2017
54
- Add Dr to suffixes (#62)
65
- Add the full set of Italian derivatives from "di" (#59)
6+
- Add parameter to specify the encoding of strings added to constants, use 'UTF-8' as fallback (#67)
77
* 0.5.3 - June 27, 2017
88
- Remove emojis from initial string by default with option to include emojis (#58)
99
* 0.5.2 - March 19, 2017

nameparser/__init__.py

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

0 commit comments

Comments
 (0)