diff options
| author | Val Neekman <val@neekware.com> | 2019-10-10 18:12:07 -0400 |
|---|---|---|
| committer | Val Neekman <val@neekware.com> | 2019-10-10 18:12:07 -0400 |
| commit | 33bf07efc82c00b811df02bca8c5862f95db3294 (patch) | |
| tree | 5ce14d61e8f5faff7e5238c6292723cc3ad9d05d /slugify/__init__.py | |
| parent | 67c16a409063578d38bf69ee345254e67b237206 (diff) | |
| download | python-slugify-3.0.5.tar.gz | |
add special pre translation file, more unit test, updated readme3.0.5
Diffstat (limited to 'slugify/__init__.py')
| -rw-r--r-- | slugify/__init__.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/slugify/__init__.py b/slugify/__init__.py index 52a07b4..0c86a4c 100644 --- a/slugify/__init__.py +++ b/slugify/__init__.py @@ -1,6 +1,7 @@ +from .special import * from .slugify import * __author__ = 'Val Neekman @ Neekware Inc. [@vneekman]' __description__ = 'A Python slugify application that also handles Unicode' -__version__ = '3.0.4' +__version__ = '3.0.5' |
