From a871299b97493835c5a2bcc2bd962f88cb0c1945 Mon Sep 17 00:00:00 2001 From: Benjamin Bach Date: Fri, 1 Feb 2019 14:05:24 +0100 Subject: [PATCH] Bump to 0.4.4 --- docs/release_notes.rst | 11 ++++++++++- src/wiki/__init__.py | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/docs/release_notes.rst b/docs/release_notes.rst index 64bb76d5..912234e1 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -11,13 +11,22 @@ 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 +0.4.4 ----- Fixed ~~~~~ * Projects fail to load with custom ``User`` models without a ``username`` field :url-issue:`865` (trevorpeacock) +* Use ``User.get_username()`` for article cache instead of ``User.__str__`` :url-issue:`931` (Ole Anders Stokker) + + +0.4.3 +----- + +Discarded release do to git errors (the actual fixes were not merged in). + +* Automated language updates from Transifex 0.4.2 diff --git a/src/wiki/__init__.py b/src/wiki/__init__.py index c68a0b33..f3d52978 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, 3, 'final', 0) +VERSION = (0, 4, 4, 'final', 0) __version__ = get_version(VERSION) -- 2.45.2