Skip to content

Commit

Permalink
Version bump to 0.2.20
Browse files Browse the repository at this point in the history
  • Loading branch information
darklow committed Aug 9, 2016
1 parent 1e31af3 commit 7d0dd51
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ Changelog
Only important changes are mentioned below. See `commit log <https://github.com/darklow/django-suit/commits/develop>`_, `closed issues <https://github.com/darklow/django-suit/issues?direction=desc&sort=updated&state=closed>`_ and `closed pull
requests <https://github.com/darklow/django-suit/pulls?q=sort%3Aupdated-desc+is%3Apr+is%3Aclosed>`_ for full changes.

v0.2.20 (2016-08-09)
--------------------

* [Fix] Django 1.10 compatibility fixes `#526 <https://github.com/darklow/django-suit/pull/526>`_


v0.2.19 (2016-06-23)
--------------------

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Build Status

Django Suit uses Travis CI to perform tests on different Django and Python versions.

Tested using Python: 2.5-3.4. Django: 1.4-1.8. Develop / Master:
Tested using Python: 2.5-3.4. Django: 1.4-1.10. Develop / Master:

.. |develop| image:: https://travis-ci.org/darklow/django-suit.png?branch=develop
:alt: Build Status - develop branch
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.19'
version = '0.2.20'
# The full version, including alpha/beta/rc tags.
release = '0.2.19'
release = '0.2.20'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
6 changes: 3 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Resources
* Github: https://github.com/darklow/django-suit
* Demo app on Github: https://github.com/darklow/django-suit-examples
* Changelog: `Changelog.rst <https://github.com/darklow/django-suit/blob/develop/CHANGELOG.rst>`_
* Supports: Django 1.4-1.9. Python: 2.6-3.4 |master|
* Supports: Django 1.4-1.10. Python: 2.6-3.4 |master|
* `Supported apps`_


Expand All @@ -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.18
pip install django-suit==0.2.20
# or
easy_install django-suit==0.2.18
easy_install django-suit==0.2.20

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.19'
VERSION = '0.2.20'

0 comments on commit 7d0dd51

Please sign in to comment.