Skip to content

Commit 3dbe094

Browse files
author
Rob Speer
committed
Bump version and update changelog for 5.5.1
1 parent 3cf2c86 commit 3dbe094

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## Version 5.5.1 (September 14, 2018)
2+
3+
- Added Python 3.7 support.
4+
5+
- Updated the data file of Unicode character categories to Unicode 11, as used
6+
in Python 3.7.0. (No matter what version of Python you're on, ftfy uses the
7+
same data.)
8+
9+
110
## Version 5.5 (September 6, 2018)
211

312
- Recent versions have emphasized making a reasonable attempt to fix short,

ftfy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from ftfy import fixes
1111
from ftfy.formatting import display_ljust
1212

13-
__version__ = '5.5.0'
13+
__version__ = '5.5.1'
1414

1515

1616
# See the docstring for ftfy.bad_codecs to see what we're doing here.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
setup(
2828
name="ftfy",
29-
version='5.5.0',
29+
version='5.5.1',
3030
maintainer='Luminoso Technologies, Inc.',
3131
maintainer_email='[email protected]',
3232
license="MIT",

0 commit comments

Comments
 (0)