Skip to content

Commit a145d1d

Browse files
committed
Update changelog and authors, bump version (not for release yet)
1 parent 21c2bcc commit a145d1d

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

AUTHORS.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@ generally made django-autoslug better:
3030
* Vadim Iskuchekov
3131
* kane-c
3232
* Julien Dubiel
33+
* trollknurr
3334
* Your Name Here ;)

CHANGELOG.rst

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

4+
Version 1.9.4-dev
5+
-----------------
6+
7+
New features:
8+
9+
- Add `manager_name` kwarg to enable using custom managers from abstract models.
10+
411
Version 1.9.3
512
-------------
613

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'
14+
__version__ = '1.9.4-dev'
1515
__all__ = ['AutoSlugField']

0 commit comments

Comments
 (0)