UPDATE: version number and CHANGES.txt

This commit is contained in:
Madison May
2015-06-22 11:53:56 -04:00
parent a50053324e
commit 11cc84987d
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
from functools import partial
Version, version, __version__, VERSION = ('0.7.3',) * 4
Version, version, __version__, VERSION = ('0.7.4',) * 4
JSON_HEADERS = {
'Content-type': 'application/json',