~netlandish/django-wiki

d83deecc72b029c5950d70f1b3cd9af7a8502c11 — Benjamin Bach 8 years ago 310b965
Finalize release notes and bump version
2 files changed, 5 insertions(+), 3 deletions(-)

M docs/release_notes.rst
M wiki/__init__.py
M docs/release_notes.rst => docs/release_notes.rst +4 -2
@@ 28,11 28,13 @@ New features are introduced in the 0.1 branch until something seriously has to
break due to some force majeure.


django-wiki 0.1.2 (unreleased)
------------------------------
django-wiki 0.1.2
-----------------

 * Remove unwanted items from default menu when ``WIKI_ACCOUNT_HANDLING = False``. #545
 * Fix broken soft-deletion and restoring of images, and "set revision" functionality #533
 * Added responsiveness to tables by use of Bootstrap table-responsive class #552


django-wiki 0.1.1
-----------------

M wiki/__init__.py => wiki/__init__.py +1 -1
@@ 19,5 19,5 @@ from __future__ import unicode_literals

from wiki.core.version import get_version

VERSION = (0, 1, 1, 'final', 0)
VERSION = (0, 1, 2, 'final', 0)
__version__ = get_version(VERSION)