From 11edd9b125f9123ce4ab6f096a13f26c21dea400 Mon Sep 17 00:00:00 2001 From: Benjamin Bach Date: Fri, 1 Feb 2019 12:07:06 +0100 Subject: [PATCH] Bump to version 0.4.3 --- docs/release_notes.rst | 13 +++++++++++-- src/wiki/__init__.py | 2 +- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/docs/release_notes.rst b/docs/release_notes.rst index 3851719f..64bb76d5 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -11,11 +11,20 @@ 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.4.3 +----- + +Fixed +~~~~~ + +* Projects fail to load with custom ``User`` models without a ``username`` field :url-issue:`865` (trevorpeacock) + + 0.4.2 ----- -Security -~~~~~~~~ +Fixed +~~~~~ * Using customized ``MESSAGE_TAGS`` setting caused ``KEY_ERROR`` :url-issue:`922` (Benjamin Bach) diff --git a/src/wiki/__init__.py b/src/wiki/__init__.py index 7f3a9215..c68a0b33 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, 2, 'final', 0) +VERSION = (0, 4, 3, 'final', 0) __version__ = get_version(VERSION) -- 2.45.2