From a60cea5b23643c09f5302ff89b1bf1d903d55068 Mon Sep 17 00:00:00 2001 From: Val Neekman Date: Sat, 8 Mar 2014 08:28:44 -0500 Subject: [PATCH] up version --- setup.py | 2 +- uuslug/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index e817894..e4b437d 100755 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ url = 'https://github.com/un33k/django-uuslug' author = 'Val Neekman' author_email = 'info@neekware.com' license = 'BSD' -install_requires = ['python-slugify>=0.0.4'] +install_requires = ['python-slugify>=0.0.7'] classifiers = [ 'Development Status :: 5 - Production/Stable', 'Environment :: Web Environment', diff --git a/uuslug/__init__.py b/uuslug/__init__.py index 3a1613a..3194046 100644 --- a/uuslug/__init__.py +++ b/uuslug/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -__version__ = '1.0.1' +__version__ = '1.0.2' from django.utils.encoding import smart_unicode from slugify import slugify as pyslugify