Skip to content

Commit

Permalink
Bumping version number
Browse files Browse the repository at this point in the history
  • Loading branch information
etianen committed Aug 4, 2015
1 parent 9a5003a commit 920036c
Show file tree
Hide file tree
Showing 6 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 @@ -2,6 +2,12 @@ django-reversion changelog
==========================


1.9.1 - 04/08/2015
------------------

- Fixing packaging error that rendered the 1.9.0 release unusable. No way to cover up the mistake, so here's a brand new bugfix release! (@etianen).


1.9.0 - 04/08/2015
------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
# The short X.Y version.
version = '1.9'
# The full version, including alpha/beta/rc tags.
release = '1.9.0'
release = '1.9.1'

# 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/django-versions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ If you are using anything other than the latest release of Django, it is importa
============== =================
Django version Reversion release
============== =================
1.7+ 1.9.0
1.7+ 1.9.1
1.6+ 1.8.5
1.5.1+ 1.7.1
1.5 1.7
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ To install django-reversion, follow these steps:
2. Add ``'reversion'`` to ``INSTALLED_APPS``.
3. Run ``manage.py syncdb``.

The latest release (1.9.0) of django-reversion is designed to work with Django 1.8. If you have installed anything other than the latest version of Django, please check the :ref:`compatible Django versions <django-versions>` page before installing django-reversion.
The latest release (1.9.1) of django-reversion is designed to work with Django 1.8. If you have installed anything other than the latest version of Django, please check the :ref:`compatible Django versions <django-versions>` page before installing django-reversion.

There are a number of alternative methods you can use when installing django-reversion. Please check the :ref:`installation methods <installation>` page for more information.

Expand Down
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ Using Git to install django-reversion provides an easy way of upgrading your ins

$ git clone git://github.com/etianen/django-reversion.git
$ cd django-reversion.git
$ git checkout release-1.9.0
$ git checkout release-1.9.1
$ ln -s src/reversion /your/pythonpath/location/reversion
2 changes: 1 addition & 1 deletion src/reversion/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = (1, 9, 0)
__version__ = (1, 9, 1)

0 comments on commit 920036c

Please sign in to comment.