up version

This commit is contained in:
Val Neekman 2015-05-29 16:05:53 -04:00
parent 554356945d
commit 3d65d88a6e
3 changed files with 10 additions and 2 deletions

View file

@ -221,6 +221,14 @@ License
Released under a ([BSD](LICENSE.md)) license.
Version
====================
X.Y.Z Version
`MAJOR` version -- when you make incompatible API changes,
`MINOR` version -- when you add functionality in a backwards-compatible manner, and
`PATCH` version -- when you make backwards-compatible bug fixes.
[build-status-image-travis]: https://secure.travis-ci.org/un33k/django-uuslug.png?branch=master
[travis]: http://travis-ci.org/un33k/django-uuslug?branch=master

View file

@ -1 +1 @@
python-slugify>=0.1.0
Django>=1.4.20

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.5'
__version__ = '1.1.5'
default_app_config = 'uuslug.apps.AppConfig'