diff --git a/README.rst b/README.rst index ce975b2ca..f09cb7e05 100644 --- a/README.rst +++ b/README.rst @@ -26,7 +26,7 @@ The below table explains which Django versions are supported. +------------------+----------------+--------------+ | Release | Django | Upgrade from | +==================+================+==============+ -| 0.4b2 | 1.11, 2.0, 2.1 | 0.3 | +| 0.4b3 | 1.11, 2.0, 2.1 | 0.3 | +------------------+----------------+--------------+ | 0.3.x | 1.8, 1.9, | 0.2 | | | 1.10, 1.11 | | diff --git a/docs/release_notes.rst b/docs/release_notes.rst index 1cda862c0..7084003d3 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -12,7 +12,7 @@ The next series **0.4** will support Django 1.11 and Django 2.x and be for Python 3.4+. -django-wiki 0.4b2 +django-wiki 0.4b3 ----------------- Added diff --git a/src/wiki/__init__.py b/src/wiki/__init__.py index 38594ecb5..8739303aa 100644 --- a/src/wiki/__init__.py +++ b/src/wiki/__init__.py @@ -19,5 +19,5 @@ default_app_config = 'wiki.apps.WikiConfig' -VERSION = (0, 4, 0, 'beta', 2) +VERSION = (0, 4, 0, 'beta', 3) __version__ = get_version(VERSION)