diff options
| author | Val Neekman <val@neekware.com> | 2021-04-30 15:33:34 -0400 |
|---|---|---|
| committer | Val Neekman <val@neekware.com> | 2021-04-30 15:33:34 -0400 |
| commit | 319559cb43f239ac0d3bc7b975a78059bf4a1086 (patch) | |
| tree | 8b8b97b04aac4e65e2cf0e86afa95ea301f60023 /slugify/__init__.py | |
| parent | 3cc1069d37431efd366a0894067aa4c3293dca3e (diff) | |
| download | python-slugify-support3.9.tar.gz | |
Add support for 3.9, drop support for 2.7,3.55.0.0support3.9
Diffstat (limited to 'slugify/__init__.py')
| -rw-r--r-- | slugify/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slugify/__init__.py b/slugify/__init__.py index d69e2ed..3a11fd2 100644 --- a/slugify/__init__.py +++ b/slugify/__init__.py @@ -4,4 +4,4 @@ from .slugify import * __author__ = 'Val Neekman @ Neekware Inc. [@vneekman]' __description__ = 'A Python slugify application that also handles Unicode' -__version__ = '4.0.1' +__version__ = '5.0.0' |
