Skip to content

Commit 44c7b4b

Browse files
committed
Tweak pkg cfg. Bump version.
1 parent 52e8c4f commit 44c7b4b

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
~~~~~~~~~
33

4+
Version 1.9.3
5+
-------------
6+
7+
- Add allow_unicode attribute for django 1.9 compatibility.
8+
- Tweak packaging
9+
410
Version 1.9.1, 1.9.2
511
--------------------
612

autoslug/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
from autoslug.fields import AutoSlugField
1212

1313

14-
__version__ = '1.9.3-dev'
14+
__version__ = '1.9.3'
1515
__all__ = ['AutoSlugField']

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
[bdist_wheel]
2+
universal=1
3+
14
[build_sphinx]
25
source-dir = docs/
36
build-dir = docs/_build

0 commit comments

Comments
 (0)