~netlandish/django-wiki

6d77c6bce99c7552c4402dba1cdd81882b3b2665 — Benjamin Bach 3 years ago 7693b58
Bump to 0.6
3 files changed, 8 insertions(+), 5 deletions(-)

M README.rst
M docs/release_notes.rst
M src/wiki/__init__.py
M README.rst => README.rst +1 -1
@@ 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          |
+------------------+----------------+--------------+

M docs/release_notes.rst => docs/release_notes.rst +6 -3
@@ 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::


M src/wiki/__init__.py => src/wiki/__init__.py +1 -1
@@ 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)