We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab9ee93 commit e3cd9cdCopy full SHA for e3cd9cd
CHANGELOG.md
@@ -1,4 +1,7 @@
1
-## Work in progress
+## 8.0.3
2
+
3
+- Drop compatibility for unsupported Python Version (@Viicos - thx)
4
+- Fix pattern types.
5
6
## 8.0.2
7
slugify/__version__.py
@@ -5,4 +5,4 @@
__url__ = 'https://github.com/un33k/python-slugify'
__license__ = 'MIT'
__copyright__ = 'Copyright 2022 Val Neekman @ Neekware Inc.'
8
-__version__ = '8.0.2'
+__version__ = '8.0.3'
0 commit comments