Skip to content

Commit

Permalink
Open 0.4 dev
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
medmunds committed May 13, 2016
1 parent 772e1f4 commit 23becd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anymail/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION = (0, 3)
VERSION = (0, 4, 'dev0')
__version__ = '.'.join([str(x) for x in VERSION]) # major.minor.patch or major.minor.devN
__minor_version__ = '.'.join([str(x) for x in VERSION[:2]]) # Sphinx's X.Y "version"

0 comments on commit 23becd3

Please sign in to comment.