This commit is contained in:
Val Neekman 2015-04-15 15:22:23 -04:00
parent 96fe133c79
commit 861652a37a
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
## 1.0.5
Fix:
- PyPI Cleanup
## 1.0.4
Enhancement:

View file

@ -2,6 +2,6 @@ from .uuslug import *
__author__ = 'Val Neekman @ Neekware Inc. [@vneekman]'
__description__ = 'A Python slugify application that also handles Unicode'
__version__ = '1.0.4'
__version__ = '1.0.5'
default_app_config = 'uuslug.apps.AppConfig'