diff options
| author | Val Neekman <val@neekware.com> | 2016-08-26 11:58:56 -0400 |
|---|---|---|
| committer | Val Neekman <val@neekware.com> | 2016-08-26 11:58:56 -0400 |
| commit | 6472f8fae4088f323a69ef5086f0f97268be88f8 (patch) | |
| tree | eb61dadaf4a7c91efcfe6463851efd7e46424bb9 /slugify/__init__.py | |
| parent | 66146885159df3cf24e9ebe32aa288b9900ea052 (diff) | |
| download | python-slugify-1.2.1.tar.gz | |
add py3.5 support, add manifest.in file, add more tests1.2.1
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 8b20b5f..daaafd8 100644 --- a/slugify/__init__.py +++ b/slugify/__init__.py @@ -3,4 +3,4 @@ from .slugify import * __author__ = 'Val Neekman @ Neekware Inc. [@vneekman]' __description__ = 'A Python slugify application that also handles Unicode' -__version__ = '1.2.0' +__version__ = '1.2.1' |
