Skip to content

Commit

Permalink
upgrade to consume the latest version of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
un33k committed Sep 20, 2019
1 parent 413ac35 commit 67c16a4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 3.0.3
- Add Options to readme
- Add more unit tests
## 3.0.4
- Now supporting text-unidecode>=1.3
- Now supporting Unidecode>=1.1.1

## 3.0.2
- Add official support of Py 3.7
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
author = 'Val Neekman'
author_email = 'info@neekware.com'
license = 'MIT'
install_requires = ['text-unidecode==1.3']
extras_require = {'unidecode': ['Unidecode==1.0.23']}
install_requires = ['text-unidecode>=1.3']
extras_require = {'unidecode': ['Unidecode>=1.1.1']}

classifiers = [
'Development Status :: 5 - Production/Stable',
Expand Down
2 changes: 1 addition & 1 deletion slugify/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

__author__ = 'Val Neekman @ Neekware Inc. [@vneekman]'
__description__ = 'A Python slugify application that also handles Unicode'
__version__ = '3.0.3'
__version__ = '3.0.4'

0 comments on commit 67c16a4

Please # to comment.