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 52e8c4f commit 44c7b4bCopy full SHA for 44c7b4b
CHANGELOG.rst
@@ -1,6 +1,12 @@
1
Changelog
2
~~~~~~~~~
3
4
+Version 1.9.3
5
+-------------
6
+
7
+- Add allow_unicode attribute for django 1.9 compatibility.
8
+- Tweak packaging
9
10
Version 1.9.1, 1.9.2
11
--------------------
12
autoslug/__init__.py
@@ -11,5 +11,5 @@
from autoslug.fields import AutoSlugField
13
14
-__version__ = '1.9.3-dev'
+__version__ = '1.9.3'
15
__all__ = ['AutoSlugField']
setup.cfg
@@ -1,3 +1,6 @@
+[bdist_wheel]
+universal=1
[build_sphinx]
source-dir = docs/
build-dir = docs/_build
0 commit comments