UPDATE: Tick version number and update CHANGES.txt

This commit is contained in:
Madison May
2015-07-01 15:55:59 -04:00
parent 32f0ca329c
commit c4b8a1dd6b
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.4',) * 4
Version, version, __version__, VERSION = ('0.7.5',) * 4
JSON_HEADERS = {
'Content-type': 'application/json',