Skip to content

Commit

Permalink
Version bump and v2 notes in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
darklow committed Aug 18, 2016
1 parent 5486924 commit 8243d11
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 6 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.21 (2016-08-18)
--------------------

* [Fix] Django 1.10 compatibility and Travis tests fixes


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

Expand Down
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,9 @@ Preview
.. image:: https://raw.github.com/darklow/django-suit/develop/docs/_static/img/django-suit.png
:alt: Django Suit Preview
:target: http://djangosuit.com/admin/


v2.0-dev
========

Check out new v2.0-dev version notes: https://github.com/darklow/django-suit/issues/475
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.20'
version = '0.2.21'
# The full version, including alpha/beta/rc tags.
release = '0.2.20'
release = version

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

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

pip install django-suit==0.2.20
# or
easy_install django-suit==0.2.20
pip install django-suit==0.2.21

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.20'
VERSION = '0.2.21'

0 comments on commit 8243d11

Please sign in to comment.