We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 870e8d4 commit 2251569Copy full SHA for 2251569
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 3.0.2
2
+ - Add official support of Py 3.7
3
+
4
## 3.0.1
5
- Add test.py to manifest
6
slugify/__init__.py
@@ -3,4 +3,4 @@
__author__ = 'Val Neekman @ Neekware Inc. [@vneekman]'
__description__ = 'A Python slugify application that also handles Unicode'
-__version__ = '3.0.1'
+__version__ = '3.0.2'
0 commit comments