summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog4
-rw-r--r--propellor.cabal2
2 files changed, 3 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 44187394..40675623 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-propellor (5.6.0) UNRELEASED; urgency=medium
+propellor (5.6.0) unstable; urgency=medium
* withOS had a type level bug that allowed ensureProperty to be used inside
it with a Property that does not match the type of the withOS itself.
@@ -21,7 +21,7 @@ propellor (5.6.0) UNRELEASED; urgency=medium
* Merged Utility changes from git-annex.
* Fix --spin crash when ~/.ssh/ directory did not already exist.
- -- Joey Hess <id@joeyh.name> Tue, 23 Oct 2018 11:37:16 -0400
+ -- Joey Hess <id@joeyh.name> Fri, 18 Jan 2019 12:11:53 -0400
propellor (5.5.0) unstable; urgency=medium
diff --git a/propellor.cabal b/propellor.cabal
index 232210e9..8491c042 100644
--- a/propellor.cabal
+++ b/propellor.cabal
@@ -1,5 +1,5 @@
Name: propellor
-Version: 5.5.0
+Version: 5.6.0
Cabal-Version: 1.20
License: BSD2
Maintainer: Joey Hess <id@joeyh.name>