Skip to content

Commit c340834

Browse files
committed
up version
1 parent f68a2ab commit c340834

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 4.0.1
2+
- Add support for Py 3.8
3+
14
## 4.0.0
25
- Drop support from 2.6, & < 3.4.5
36

slugify/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
__author__ = 'Val Neekman @ Neekware Inc. [@vneekman]'
66
__description__ = 'A Python slugify application that also handles Unicode'
7-
__version__ = '4.0.0'
7+
__version__ = '4.0.1'

0 commit comments

Comments
 (0)