Skip to content

Commit adccfe0

Browse files
committed
Bump version, update authors
1 parent 8983566 commit adccfe0

File tree

4 files changed

+20
-8
lines changed

4 files changed

+20
-8
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ python:
44
- 3.5
55
- pypy
66
# - pypy3
7+
sudo: false
78
install:
89
- pip install -r requirements/testing.txt
910
- pip install coveralls

AUTHORS.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@ generally made django-autoslug better:
2828
* Thomas Schreiber
2929
* Mike Urbanski
3030
* Vadim Iskuchekov
31+
* kane-c
3132
* Your Name Here ;)

CHANGELOG.rst

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,31 @@
11
Changelog
22
~~~~~~~~~
33

4+
Version 1.9.1
5+
-------------
6+
7+
Bugs fixed:
8+
9+
- #43 — Packaging error
10+
411
Version 1.9.0
512
-------------
613

714
Backwards incompatible changes:
815

9-
- limited supported versions of Python to 2.7, 3.5 and PyPy.
10-
- limited supported Django versions to 1.7.10 and higher.
11-
- turned off modeltranslation support by default (can be enabled)
12-
13-
Converted the test suite from doctest to unittest.
16+
- Limited supported versions of Python to 2.7, 3.5 and PyPy.
17+
- Limited supported Django versions to 1.7.10 and higher.
18+
- Turned off modeltranslation support by default (can be enabled)
1419

1520
Bugs fixed:
1621

17-
- #25: max_length ignored in django 1.7 migrations
18-
- #42: added setting to enable/disable modeltranslation support
22+
- #25 — max_length ignored in django 1.7 migrations.
23+
- #42 — Added setting to enable/disable modeltranslation support.
24+
25+
Other changes:
26+
27+
- Converted the test suite from doctest to unittest.
28+
- The project has moved from Bitbucket to GitHub.
1929

2030
Old versions
2131
------------

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.0'
14+
__version__ = '1.9.1'
1515
__all__ = ['AutoSlugField']

0 commit comments

Comments
 (0)