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.6b1 | 2.1, 2.2, 3.0 | 0.5 |
+| 0.6b2 | 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 +1 -1
@@ 12,7 12,7 @@ Release plan
* **0.6.x (unreleased)** Targets Bootstrap v4, if you are interested in this work, please get in touch on Github!
-0.6b1
+0.6b2
-----
.. 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", 1)
+VERSION = (0, 6, 0, "beta", 2)
__version__ = get_version(VERSION)