Skip to content

Commit 839780b

Browse files
committed
Prepare changelog and version number for release
1 parent 7bd60ee commit 839780b

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
Changelog
22
~~~~~~~~~
33

4-
Version 1.9.4-dev
4+
Version 1.9.4
55
-----------------
66

77
New features:
88

9-
- Add `manager_name` kwarg to enable using custom managers from abstract models.
10-
- Django 1.10 compatibility.
9+
- Add `manager_name` kwarg to enable using custom managers from abstract models
10+
- Add compatibility for Django versions 1.10, 1.11, 2.0, and 2.1
11+
- Transfer project to new maintainer
1112

1213
Version 1.9.3
1314
-------------

autoslug/__init__.py

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

1414

15-
__version__ = '1.9.4-dev'
15+
__version__ = '1.9.4'
1616
__all__ = ['AutoSlugField']

0 commit comments

Comments
 (0)