From 061069d9b163639ff2ce7e5650232b14026aa136 Mon Sep 17 00:00:00 2001 From: Benjamin Bach Date: Fri, 30 Mar 2018 23:26:19 +0200 Subject: [PATCH] Bump to 0.4a4 and update release notes --- README.rst | 2 +- docs/release_notes.rst | 5 ++++- src/wiki/__init__.py | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index d34cc8a7..875e0827 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.4a3 | 1.11, 2.0 | 0.3 | +| 0.4a4 | 1.11, 2.0 | 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 1ee627d1..46f45878 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.4a3 +django-wiki 0.4a4 ----------------- Added @@ -32,6 +32,8 @@ Changed * Test coverage added: Images plugin + Account handling (Mads Jensen) :url-issue:`804` * Last couple of non-CBVs (Class Based Views) refactored to CBV (Raffaele Salmaso & Mads Jensen) :url-issue:`788` :url-issue:`819` :url-issue:`808` * Big cleanup: Deprecating lots of Python 2.7 specific code (Mads Jensen & Raffaele Salmaso) `See: >30 PRs `__ + * Languages: Merged ``pt`` and ``pt_PT``, then deleted ``pt`` :url-issue:`858` + * Languages: Linked ``zh_Hans`` to ``zh_CN`` :url-issue:`711` Fixed ~~~~~ @@ -39,6 +41,7 @@ Fixed * Use ``user.is_authenticated/is_anonymous`` as a boolean :url-issue:`790` (Raffaele Salmaso) * Use ``simple_tag`` for assignment tag :url-issue:`791` (Raffaele Salmaso) * Direct invocation of ``pytest`` fixed (removing ``runtests.py``) :url-issue:`781` (Branko Majic) + * Line breaks in help texts for macros :url-issue:`851` (Mathias Dannesbo) Deprecated/Removed ~~~~~~~~~~~~~~~~~~ diff --git a/src/wiki/__init__.py b/src/wiki/__init__.py index f99ad2df..4c4c45b8 100644 --- a/src/wiki/__init__.py +++ b/src/wiki/__init__.py @@ -20,5 +20,5 @@ from wiki.core.version import get_version default_app_config = 'wiki.apps.WikiConfig' -VERSION = (0, 4, 0, 'alpha', 3) +VERSION = (0, 4, 0, 'alpha', 4) __version__ = get_version(VERSION) -- 2.45.2