diff options
| author | Val Neekman <un33kvu@gmail.com> | 2019-03-31 10:14:44 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-31 10:14:44 -0400 |
| commit | 4ed9500f00c02d2429f1e0aaa236c28db0d23a8b (patch) | |
| tree | 4784baa32ca5e4ac3f0f057317cd9c54b780fd7f /slugify/__init__.py | |
| parent | cab1c969e8bed86ab03f61dd04c90c376267988d (diff) | |
| download | python-slugify-3.0.2.tar.gz | |
Add Python 3.7 Support (#77)3.0.2
* enable raw re pattern
* conditional text_unidecode install
* update readme, changelog, manifest
* update ci
* readme
* drop test for py 2.6 and 3.3
* clean up readme
* readme
* add support user-specific replacements (#66)
thx
* clean up, up version
* add text-unidecode option as extra
* Upgrade Unidecode, add text-unidecode as extra option (#71)
* Add replacements option (#67)
* add text-unidecode option as extra
* remove req.txt files
* Optional Extra Requirements (#72)
* Add replacements option (#67)
* Upgrade Unidecode, add text-unidecode as extra option (#71)
* Add replacements option (#67)
* add text-unidecode option as extra
* remove req.txt files
* use text-unidecode as primary decoding package
* add dev reqs
* up version
* add pypy3.5 test
Diffstat (limited to 'slugify/__init__.py')
| -rw-r--r-- | slugify/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slugify/__init__.py b/slugify/__init__.py index 3ad56fe..0859113 100644 --- a/slugify/__init__.py +++ b/slugify/__init__.py @@ -3,4 +3,4 @@ from .slugify import * __author__ = 'Val Neekman @ Neekware Inc. [@vneekman]' __description__ = 'A Python slugify application that also handles Unicode' -__version__ = '3.0.1' +__version__ = '3.0.2' |
