Skip to content

Commit

Permalink
Version bump to 0.2.17
Browse files Browse the repository at this point in the history
  • Loading branch information
darklow committed Feb 23, 2016
1 parent bbcf759 commit bcc30c8
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ Only important changes are mentioned below. See `commit log <https://github.com/
requests <https://github.com/darklow/django-suit/pulls?q=sort%3Aupdated-desc+is%3Apr+is%3Aclosed>`_ for full changes.


v0.2.17 (2016-02-23)
--------------------

* [Fix] Django 1.9 and Python 3 Compatibility fixes.


v0.2.16 (2016-01-16)
--------------------

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
# built documents.
#
# The short X.Y version.
version = '0.2.16'
version = '0.2.17'
# The full version, including alpha/beta/rc tags.
release = '0.2.16'
release = '0.2.17'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ Installation

1. You can get stable version of Django Suit by using pip or easy_install::

pip install django-suit==0.2.16
pip install django-suit==0.2.17
# or
easy_install django-suit==0.2.16
easy_install django-suit==0.2.17

2. You will need to add the ``'suit'`` application to the ``INSTALLED_APPS`` setting of your Django project ``settings.py`` file.::

Expand Down
2 changes: 1 addition & 1 deletion suit/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '0.2.16'
VERSION = '0.2.17'

0 comments on commit bcc30c8

Please sign in to comment.