~netlandish/django-wiki

456ee71dfc71ed8583e88954887fef099cb7cf93 — Benjamin Bach 8 years ago d5c8c5d
Bump version to 0.2b1
2 files changed, 13 insertions(+), 5 deletions(-)

M README.rst
M wiki/__init__.py
M README.rst => README.rst +12 -4
@@ 20,19 20,27 @@ django-wiki
Important notice
----------------

Final release 0.1 is out now. Please note that the only way to upgrade is from 0.0.24.
Dev release of 0.2 is out. Please note that the only way to upgrade is from 0.1.

**0.1** adds Django 1.7, 1.8 and 1.9 support.
 - **0.2** supports Django 1.8, 1.9, and 1.10.

**0.0.24** added experimental Django 1.7 support.
Final release 0.1 is out. Please note that the only way to upgrade is from 0.0.24.

 - **0.1** adds Django 1.7, 1.8 and 1.9 support.
 - **0.0.24** added experimental Django 1.7 support.

For upgrade instructions, please refer to the `Release
Notes <http://django-wiki.readthedocs.org/en/latest/release_notes.html#django-wiki-0-1>`__
Notes <http://django-wiki.readthedocs.org/en/latest/release_notes.html>`__


News
----

October 13, 2016
~~~~~~~~~~~~~~~~

0.2b1 released: `Release notes <http://django-wiki.readthedocs.org/en/latest/release_notes.html#django-wiki-0-2>`__

June 19, 2016
~~~~~~~~~~~~~


M wiki/__init__.py => wiki/__init__.py +1 -1
@@ 19,5 19,5 @@ from __future__ import unicode_literals

from wiki.core.version import get_version

VERSION = (0, 1, 3, 'alpha', 0)
VERSION = (0, 2, 0, 'beta', 1)
__version__ = get_version(VERSION)