Skip to content

Commit

Permalink
Updated supported Django/Python versions. Version bump to 0.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
darklow committed Sep 11, 2014
1 parent e331dc0 commit c495cc2
Show file tree
Hide file tree
Showing 5 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 @@ -4,6 +4,12 @@ Changelog
Only important changes are mentioned below. See `commit log <https://github.com/darklow/django-suit/commits/develop>`_ and `closed issues <https://github.com/darklow/django-suit/issues?direction=desc&sort=updated&state=closed>`_ for full changes.


v0.2.11 (2014-09-11)
--------------------

* [Fix] Django 1.7 compatibility fixes


v0.2.10 (2014-09-04)
--------------------

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, 2.6, 2.7, 3.2, 3.3. Django: 1.4, 1.5, 1.6. Develop / Master:
Tested using Python: 2.5-3.4. Django: 1.4-1.7. 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.10'
version = '0.2.11'
# The full version, including alpha/beta/rc tags.
release = '0.2.10'
release = '0.2.11'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion 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.5/1.6. Python: 2.6-3.3 |master|
* Supports: Django 1.4-1.7. Python: 2.6-3.4 |master|
* `Supported apps`_


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.10'
VERSION = '0.2.11'

0 comments on commit c495cc2

Please sign in to comment.