Skip to content

Commit

Permalink
Prepare changelog and version number for release
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmayer committed Feb 2, 2019
1 parent 7bd60ee commit 839780b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
Changelog
~~~~~~~~~

Version 1.9.4-dev
Version 1.9.4
-----------------

New features:

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

Version 1.9.3
-------------
Expand Down
2 changes: 1 addition & 1 deletion autoslug/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
from autoslug.fields import AutoSlugField


__version__ = '1.9.4-dev'
__version__ = '1.9.4'
__all__ = ['AutoSlugField']

0 comments on commit 839780b

Please sign in to comment.