We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94f1a9f commit 52e8c4fCopy full SHA for 52e8c4f
AUTHORS.rst
@@ -29,4 +29,5 @@ generally made django-autoslug better:
29
* Mike Urbanski
30
* Vadim Iskuchekov
31
* kane-c
32
+* Julien Dubiel
33
* Your Name Here ;)
autoslug/__init__.py
@@ -11,5 +11,5 @@
11
from autoslug.fields import AutoSlugField
12
13
14
-__version__ = '1.9.2'
+__version__ = '1.9.3-dev'
15
__all__ = ['AutoSlugField']
0 commit comments