Skip to content

Commit c6fa80c

Browse files
committed
v0.5.8
1 parent 8de648f commit c6fa80c

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ install with pip using the command below.
5252

5353
``pip install -e git+git://github.com/derek73/python-nameparser.git#egg=nameparser``
5454

55-
If you're looking for a web service, check out
56-
`eyeseast's nameparse service <https://github.com/eyeseast/nameparse>`_, a
57-
simple Heroku-friendly Flask wrapper for this module.
55+
If you need to handle lists of names, check out
56+
`namesparser <https://github.com/gwu-libraries/namesparser>`_, a
57+
compliment to this module that handles multiple names in a string.
5858

5959

6060
Quick Start Example

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.5.8 - August 19, 2018
4+
- Add "Junior" to suffixes (#76)
5+
- Add "dra" and "srta" to titles (#77)
36
* 0.5.7 - June 16, 2018
47
- Fix doc link (#73)
58
- Fix handling of "do" and "dos" Portuguese prefixes (#71, #72)

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

0 commit comments

Comments
 (0)