~netlandish/django-wiki

1a54f8dd9332edd7d20ed5a5b5bae40001c5cbae — Benjamin Bach 6 years ago 4c1f56b + 177f87e
Merge pull request #921 from benjaoming/0.5bump

Bump to 0.5.dev
2 files changed, 10 insertions(+), 1 deletions(-)

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


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, 4, 1, 'final', 0)
VERSION = (0, 5, 0, 'alpha', 0)
__version__ = get_version(VERSION)