Version bump to 0.9.6~dev.

This commit is contained in:
Andrey Smirnov
2015-03-13 16:07:25 +03:00
parent 7a4feebe6f
commit 9e39dbf81e
4 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
package aptly
// Version of aptly
const Version = "0.9.5"
const Version = "0.9.6~dev"
// Enable debugging features?
const EnableDebug = false

View File

@@ -1 +1 @@
aptly version: 0.9.5
aptly version: 0.9.6~dev

View File

@@ -21,6 +21,6 @@ End command output: ------------------------------
4) [Running]: version
Begin command output: ----------------------------
aptly version: 0.9.5
aptly version: 0.9.6~dev
End command output: ------------------------------

View File

@@ -7,4 +7,4 @@ class VersionAPITest(APITest):
"""
def check(self):
self.check_equal(self.get("/api/version").json(), {'Version': '0.9.5'})
self.check_equal(self.get("/api/version").json(), {'Version': '0.9.6~dev'})