Skip to content

Commit

Permalink
Prepare 0.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ellmetha committed Nov 5, 2016
1 parent 98d8c2a commit e8a8a9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/release_notes/v0.4.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
####################################################
Django-machina 0.4 release notes - UNDER DEVELOPMENT
####################################################
################################
Django-machina 0.4 release notes
################################

Requirements and compatibility
------------------------------
Expand Down
2 changes: 1 addition & 1 deletion machina/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from __future__ import unicode_literals
import os

__version__ = '0.4.0.dev'
__version__ = '0.4.0'


MACHINA_VANILLA_APPS = [
Expand Down

0 comments on commit e8a8a9d

Please sign in to comment.