mirror of
https://github.com/Hopiu/django-uuslug.git
synced 2026-05-21 16:11:53 +00:00
update readme
This commit is contained in:
commit
224a9ef3c4
3 changed files with 11 additions and 3 deletions
10
README.md
10
README.md
|
|
@ -220,6 +220,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.
|
||||
|
||||
[status-image]: https://secure.travis-ci.org/un33k/django-uuslug.png?branch=master
|
||||
[status-link]: http://travis-ci.org/un33k/django-uuslug?branch=master
|
||||
|
||||
|
|
@ -230,4 +238,4 @@ Released under a ([BSD](LICENSE.md)) license.
|
|||
[coverage-link]: https://coveralls.io/r/un33k/django-uuslug
|
||||
|
||||
[download-image]: https://img.shields.io/pypi/dm/django-uuslug.svg
|
||||
[download-link]: https://pypi.python.org/pypi/django-uuslug
|
||||
[download-link]: https://pypi.python.org/pypi/django-uuslug
|
||||
|
|
@ -1 +1 @@
|
|||
python-slugify>=0.1.0
|
||||
Django>=1.4.20
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue