diff options
| author | Val Neekman <val@neekware.com> | 2015-07-08 09:40:22 -0400 |
|---|---|---|
| committer | Val Neekman <val@neekware.com> | 2015-07-08 09:40:22 -0400 |
| commit | 632ea7d6d54302443d8011727ed5ef7174d50640 (patch) | |
| tree | fdcc81fd1dd812dbd307566b11c3942917025691 /slugify | |
| parent | 2a55aed04fed93b5fc99b8a305ef713fc25faac8 (diff) | |
| download | python-slugify-632ea7d6d54302443d8011727ed5ef7174d50640.tar.gz | |
up version1.1.3
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 e180ad6..7aeaccd 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.1.2' +__version__ = '1.1.3' |
