mirror of
https://github.com/Hopiu/django-uuslug.git
synced 2026-05-26 18:44:01 +00:00
PyPi fix
This commit is contained in:
parent
96fe133c79
commit
861652a37a
2 changed files with 7 additions and 1 deletions
|
|
@ -1,3 +1,9 @@
|
|||
## 1.0.5
|
||||
|
||||
Fix:
|
||||
|
||||
- PyPI Cleanup
|
||||
|
||||
## 1.0.4
|
||||
|
||||
Enhancement:
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue