mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-06 22:18:28 +00:00
Version bump to 0.9.5.
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
package aptly
|
package aptly
|
||||||
|
|
||||||
// Version of aptly
|
// Version of aptly
|
||||||
const Version = "0.9.5~dev"
|
const Version = "0.9.5"
|
||||||
|
|
||||||
// Enable debugging features?
|
// Enable debugging features?
|
||||||
const EnableDebug = false
|
const EnableDebug = false
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
aptly version: 0.9.5~dev
|
aptly version: 0.9.5
|
||||||
|
|||||||
@@ -21,6 +21,6 @@ End command output: ------------------------------
|
|||||||
4) [Running]: version
|
4) [Running]: version
|
||||||
|
|
||||||
Begin command output: ----------------------------
|
Begin command output: ----------------------------
|
||||||
aptly version: 0.9.5~dev
|
aptly version: 0.9.5
|
||||||
|
|
||||||
End command output: ------------------------------
|
End command output: ------------------------------
|
||||||
|
|||||||
@@ -7,4 +7,4 @@ class VersionAPITest(APITest):
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
def check(self):
|
def check(self):
|
||||||
self.check_equal(self.get("/api/version").json(), {'Version': '0.9.5~dev'})
|
self.check_equal(self.get("/api/version").json(), {'Version': '0.9.5'})
|
||||||
|
|||||||
Reference in New Issue
Block a user