M README.rst => README.rst +1 -1
@@ 26,7 26,7 @@ The below table explains which Django versions are supported.
+------------------+----------------+--------------+
| Release | Django | Upgrade from |
+==================+================+==============+
-| 0.4a1 | 1.11, 2.0 | 0.3 |
+| 0.4a2 | 1.11, 2.0 | 0.3 |
+------------------+----------------+--------------+
| 0.3.x | 1.8, 1.9, | 0.2 |
| | 1.10, 1.11 | |
M docs/release_notes.rst => docs/release_notes.rst +1 -1
@@ 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.4a1
+django-wiki 0.4a2
-----------------
Added
M src/wiki/__init__.py => src/wiki/__init__.py +1 -1
@@ 17,5 17,5 @@
from wiki.core.version import get_version
-VERSION = (0, 4, 0, 'alpha', 1)
+VERSION = (0, 4, 0, 'alpha', 2)
__version__ = get_version(VERSION)
M src/wiki/locale/da/LC_MESSAGES/django.mo => src/wiki/locale/da/LC_MESSAGES/django.mo +0 -0