Skip to content

Commit 2251569

Browse files
committed
up version
1 parent 870e8d4 commit 2251569

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 3.0.2
2+
- Add official support of Py 3.7
3+
14
## 3.0.1
25
- Add test.py to manifest
36

slugify/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
__author__ = 'Val Neekman @ Neekware Inc. [@vneekman]'
55
__description__ = 'A Python slugify application that also handles Unicode'
6-
__version__ = '3.0.1'
6+
__version__ = '3.0.2'

0 commit comments

Comments
 (0)