Skip to content

Commit

Permalink
Bump to 0.4b3
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaoming committed Sep 17, 2018
1 parent d2be91a commit 58be019
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -26,7 +26,7 @@ The below table explains which Django versions are supported.
+------------------+----------------+--------------+
| Release | Django | Upgrade from |
+==================+================+==============+
| 0.4b2 | 1.11, 2.0, 2.1 | 0.3 |
| 0.4b3 | 1.11, 2.0, 2.1 | 0.3 |
+------------------+----------------+--------------+
| 0.3.x | 1.8, 1.9, | 0.2 |
| | 1.10, 1.11 | |
Expand Down
2 changes: 1 addition & 1 deletion docs/release_notes.rst
Expand Up @@ -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.4b2
django-wiki 0.4b3
-----------------

Added
Expand Down
2 changes: 1 addition & 1 deletion src/wiki/__init__.py
Expand Up @@ -19,5 +19,5 @@

default_app_config = 'wiki.apps.WikiConfig'

VERSION = (0, 4, 0, 'beta', 2)
VERSION = (0, 4, 0, 'beta', 3)
__version__ = get_version(VERSION)

0 comments on commit 58be019

Please sign in to comment.