Merge branch 'release/0.4.5' into develop

This commit is contained in:
Jason Paryani
2014-06-26 00:57:37 -07:00
2 changed files with 4 additions and 1 deletions

View File

@@ -1,3 +1,6 @@
## v0.4.5 (2014-6-26)
- Fix `to_dict` not converting enums to strings
## v0.4.4 (2014-04-25)
- Fix compilation problem with gcc 4.8

View File

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