diff options
| author | Val Neekman <val@neekware.com> | 2021-05-05 19:31:49 -0400 |
|---|---|---|
| committer | Val Neekman <val@neekware.com> | 2021-05-05 19:31:49 -0400 |
| commit | b9b6a9712b6ece99d70ddfe623cf9236ecba945f (patch) | |
| tree | 67110972ec07270c1122e9fa67bc7ec031e2ba62 /slugify | |
| parent | 663668942eed647957b0ddb8914ca152128418b2 (diff) | |
| parent | 744c7cd98948915158ea91d2ab13af038116043f (diff) | |
| download | python-slugify-5.0.1.tar.gz | |
Merge branch 'staging'5.0.1
Diffstat (limited to 'slugify')
| -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 3a11fd2..a1193b8 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__ = '5.0.0' +__version__ = '5.0.1' |
