Version bump for 1.4 release

This commit is contained in:
Honza Král
2015-02-11 22:22:38 +01:00
parent 293e8a3aca
commit cdb04dfa01
4 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
from __future__ import absolute_import
VERSION = (1, 4, 0, 'dev')
VERSION = (1, 4, 0)
__version__ = VERSION
__versionstr__ = '.'.join(map(str, VERSION))