Skip to content

Commit

Permalink
Release 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
medmunds committed Jun 23, 2016
1 parent b664ee3 commit 54604ea
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, 4, 1, 'dev0')
VERSION = (0, 4, 1)
__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 54604ea

Please sign in to comment.