From 6d77c6bce99c7552c4402dba1cdd81882b3b2665 Mon Sep 17 00:00:00 2001 From: Benjamin Bach Date: Wed, 3 Jun 2020 20:02:38 +0200 Subject: [PATCH] Bump to 0.6 --- README.rst | 2 +- docs/release_notes.rst | 9 ++++++--- src/wiki/__init__.py | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 7311b4af..199ce488 100644 --- a/README.rst +++ b/README.rst @@ -24,7 +24,7 @@ The below table explains which Django versions are supported. +------------------+----------------+--------------+ | Release | Django | Upgrade from | +==================+================+==============+ -| 0.6b2 | 2.1, 2.2, 3.0 | 0.5 | +| 0.6.x | 2.1, 2.2, 3.0 | 0.5 | +------------------+----------------+--------------+ | 0.5.x | 2.1, 2.2 | 0.4 | +------------------+----------------+--------------+ diff --git a/docs/release_notes.rst b/docs/release_notes.rst index f68ec505..96ad82ac 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -9,11 +9,14 @@ Release plan * **0.3.x** series suppors Django 1.11. As with the upstream Django release, 0.3 was be the last series with Python 2.7 support. * **0.4.x** supports Django 1.11 and Django 2.1 and Python 3.4+. * **0.5.x** Remove Django 1.11 support, adds Django 2.2 and 3.x support. Python 3.5+. -* **0.6.x (unreleased)** Targets Bootstrap v4, if you are interested in this work, please get in touch on Github! +* **0.6.x** Targets Bootstrap v4, if you are interested in this work, please get in touch on Github! +* **0.7.x** Milestone TBA -0.6b2 ------ +0.6 +--- + +Released on 2020-06-03. .. warning:: diff --git a/src/wiki/__init__.py b/src/wiki/__init__.py index 18dd5c09..5d005b7a 100644 --- a/src/wiki/__init__.py +++ b/src/wiki/__init__.py @@ -19,5 +19,5 @@ from wiki.core.version import get_version default_app_config = "wiki.apps.WikiConfig" -VERSION = (0, 6, 0, "beta", 2) +VERSION = (0, 6, 0, "final", 0) __version__ = get_version(VERSION) -- 2.45.2