Skip to content

Commit 231057d

Browse files
committed
Version bump to 0.2.16
1 parent d08557a commit 231057d

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ Only important changes are mentioned below. See `commit log <https://github.com/
55
requests <https://github.com/darklow/django-suit/pulls?q=sort%3Aupdated-desc+is%3Apr+is%3Aclosed>`_ for full changes.
66

77

8+
v0.2.16 (2016-01-16)
9+
--------------------
10+
11+
* [Fix] Django 1.9 Compatibility fixes.
12+
13+
814
v0.2.15 (2015-09-28)
915
--------------------
1016

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@
5656
# built documents.
5757
#
5858
# The short X.Y version.
59-
version = '0.2.15'
59+
version = '0.2.16'
6060
# The full version, including alpha/beta/rc tags.
61-
release = '0.2.15'
61+
release = '0.2.16'
6262

6363
# The language for content autogenerated by Sphinx. Refer to documentation
6464
# for a list of supported languages.

suit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '0.2.15'
1+
VERSION = '0.2.16'

0 commit comments

Comments
 (0)