We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a59afdb commit 7abcd12Copy full SHA for 7abcd12
docs/release_notes/v0.3.rst
@@ -1,6 +1,6 @@
1
-####################################################
2
-Django-machina 0.3 release notes - UNDER DEVELOPMENT
3
+################################
+Django-machina 0.3 release notes
4
5
Requirements and compatibility
6
------------------------------
machina/__init__.py
@@ -3,7 +3,7 @@
from __future__ import unicode_literals
import os
-__version__ = '0.3.0.dev'
+__version__ = '0.3.0'
7
8
9
MACHINA_VANILLA_APPS = [
0 commit comments