~netlandish/django-wiki

6a7bc182ae05c05bcc65d7e2ba99afbf8e3ac84a — Benjamin Bach 6 years ago ebe5720
Bump to 0.4a5
3 files changed, 3 insertions(+), 3 deletions(-)

M README.rst
M docs/release_notes.rst
M src/wiki/__init__.py
M README.rst => README.rst +1 -1
@@ 26,7 26,7 @@ The below table explains which Django versions are supported.
+------------------+----------------+--------------+
| Release          | Django         | Upgrade from |
+==================+================+==============+
| 0.4a4            | 1.11, 2.0      | 0.3          |
| 0.4a5            | 1.11, 2.0      | 0.3          |
+------------------+----------------+--------------+
| 0.3.x            | 1.8, 1.9,      | 0.2          |
|                  | 1.10, 1.11     |              |

M docs/release_notes.rst => docs/release_notes.rst +1 -1
@@ 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.4a4
django-wiki 0.4a5
-----------------

Added

M src/wiki/__init__.py => src/wiki/__init__.py +1 -1
@@ 20,5 20,5 @@ from wiki.core.version import get_version

default_app_config = 'wiki.apps.WikiConfig'

VERSION = (0, 4, 0, 'alpha', 4)
VERSION = (0, 4, 0, 'alpha', 5)
__version__ = get_version(VERSION)