Merge branch 'release/0.4.2' into develop

This commit is contained in:
Jason Paryani 2014-02-13 22:54:55 -08:00
commit c3e34969ad

View file

@ -18,7 +18,7 @@ import os
MAJOR = 0 MAJOR = 0
MINOR = 4 MINOR = 4
MICRO = 1 MICRO = 2
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO) VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
def write_version_py(filename=None): def write_version_py(filename=None):