Merge branch 'release/0.3.17' into develop

This commit is contained in:
Jason Paryani 2013-11-05 15:53:26 -08:00
commit 3d80550e3a

View file

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