UPDATE: version number, CHANGES.txt

This commit is contained in:
Madison May
2015-07-07 14:04:10 -04:00
parent ecb3e6e45b
commit f09ec73293
4 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
from functools import partial
Version, version, __version__, VERSION = ('0.7.5',) * 4
Version, version, __version__, VERSION = ('0.7.6',) * 4
JSON_HEADERS = {
'Content-type': 'application/json',