From 456ee71dfc71ed8583e88954887fef099cb7cf93 Mon Sep 17 00:00:00 2001 From: Benjamin Bach Date: Thu, 13 Oct 2016 01:17:43 +0200 Subject: [PATCH] Bump version to 0.2b1 --- README.rst | 16 ++++++++++++---- wiki/__init__.py | 2 +- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 7ca2723b..ff7f43de 100644 --- a/README.rst +++ b/README.rst @@ -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 `__ +Notes `__ News ---- +October 13, 2016 +~~~~~~~~~~~~~~~~ + +0.2b1 released: `Release notes `__ + June 19, 2016 ~~~~~~~~~~~~~ diff --git a/wiki/__init__.py b/wiki/__init__.py index 6538ce53..1b16a071 100644 --- a/wiki/__init__.py +++ b/wiki/__init__.py @@ -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) -- 2.45.2