Merge branch 'release/0.4.0' into develop

This commit is contained in:
Jason Paryani
2013-12-12 11:57:37 -08:00

View File

@@ -19,7 +19,7 @@ import os
MAJOR = 0
MINOR = 4
MICRO = 0
VERSION = '%d.%d.%d-dev' % (MAJOR, MINOR, MICRO)
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
def write_version_py(filename=None):
cnt = """\