From 177f87e14fa9ad6167697e25bf165d6531d8a34c Mon Sep 17 00:00:00 2001 From: Benjamin Bach Date: Sun, 21 Oct 2018 11:16:29 +0200 Subject: [PATCH] Bump to 0.5.dev --- docs/release_notes.rst | 9 +++++++++ src/wiki/__init__.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/release_notes.rst b/docs/release_notes.rst index 8b97e081..c898c523 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -11,6 +11,15 @@ Release plan * **0.5** should remove Django 1.11 support and target Bootstrap v4, if you are interested in this work, please get in touch on Github! +0.5.dev (unreleased) +-------------------- + +Changed +~~~~~~~ + +* Update to Markdown >= 3 :url-issue:`920` (Don Bowman) + + 0.4.1 ----- diff --git a/src/wiki/__init__.py b/src/wiki/__init__.py index 6bcd76ae..cab89652 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, 4, 1, 'final', 0) +VERSION = (0, 5, 0, 'alpha', 0) __version__ = get_version(VERSION) -- 2.45.2