We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f68a2ab commit c340834Copy full SHA for c340834
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 4.0.1
2
+ - Add support for Py 3.8
3
+
4
## 4.0.0
5
- Drop support from 2.6, & < 3.4.5
6
slugify/__init__.py
@@ -4,4 +4,4 @@
__author__ = 'Val Neekman @ Neekware Inc. [@vneekman]'
__description__ = 'A Python slugify application that also handles Unicode'
7
-__version__ = '4.0.0'
+__version__ = '4.0.1'
0 commit comments