Skip to content

Commit

Permalink
Bump version, update authors
Browse files Browse the repository at this point in the history
  • Loading branch information
neithere committed Oct 12, 2015
1 parent 8983566 commit adccfe0
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 8 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ python:
- 3.5
- pypy
# - pypy3
sudo: false
install:
- pip install -r requirements/testing.txt
- pip install coveralls
Expand Down
1 change: 1 addition & 0 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ generally made django-autoslug better:
* Thomas Schreiber
* Mike Urbanski
* Vadim Iskuchekov
* kane-c
* Your Name Here ;)
24 changes: 17 additions & 7 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,21 +1,31 @@
Changelog
~~~~~~~~~

Version 1.9.1
-------------

Bugs fixed:

- #43 — Packaging error

Version 1.9.0
-------------

Backwards incompatible changes:

- limited supported versions of Python to 2.7, 3.5 and PyPy.
- limited supported Django versions to 1.7.10 and higher.
- turned off modeltranslation support by default (can be enabled)

Converted the test suite from doctest to unittest.
- Limited supported versions of Python to 2.7, 3.5 and PyPy.
- Limited supported Django versions to 1.7.10 and higher.
- Turned off modeltranslation support by default (can be enabled)

Bugs fixed:

- #25: max_length ignored in django 1.7 migrations
- #42: added setting to enable/disable modeltranslation support
- #25 — max_length ignored in django 1.7 migrations.
- #42 — Added setting to enable/disable modeltranslation support.

Other changes:

- Converted the test suite from doctest to unittest.
- The project has moved from Bitbucket to GitHub.

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


__version__ = '1.9.0'
__version__ = '1.9.1'
__all__ = ['AutoSlugField']

0 comments on commit adccfe0

Please sign in to comment.