M docs/release_notes.rst => docs/release_notes.rst +11 -2
@@ 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)
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, 2, 'final', 0)
+VERSION = (0, 4, 3, 'final', 0)
__version__ = get_version(VERSION)