Version bump to 0.9.1

This commit is contained in:
Andrey Smirnov
2015-03-06 15:05:33 +03:00
parent e63adffdf5
commit 4b3b961b69
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -7,4 +7,4 @@ class VersionAPITest(APITest):
"""
def check(self):
self.check_equal(self.get("/api/version").json(), {'Version': '0.9'})
self.check_equal(self.get("/api/version").json(), {'Version': '0.9.1'})