Version bump to 0.9.6.

This commit is contained in:
Andrey Smirnov
2016-01-24 21:48:33 +03:00
parent b25f8e438c
commit 62f44e53fd
3 changed files with 3 additions and 3 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.6~dev'})
self.check_equal(self.get("/api/version").json(), {'Version': '0.9.6'})