summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2016-06-23 08:15:13 -0400
committerJoey Hess2016-06-23 08:15:13 -0400
commit138fafec019bcde377acb06fd8cf1f39b634e7f1 (patch)
treef76dbce1e233d4b090b69eac2905719ab8ef604b
parent39155afe6afe7b3c15d0a47199bd5975a8163eca (diff)
releasing package propellor version 3.1.1
-rw-r--r--debian/changelog7
-rw-r--r--propellor.cabal2
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 5e3c2a58..893498a4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+propellor (3.1.1) unstable; urgency=medium
+
+ * Haddock build fix.
+ Thanks, Sean Whitton
+
+ -- Joey Hess <id@joeyh.name> Thu, 23 Jun 2016 08:12:57 -0400
+
propellor (3.1.0) unstable; urgency=medium
* Architecture changed from String to an ADT. (API Change)
diff --git a/propellor.cabal b/propellor.cabal
index dfd51310..dc5390bb 100644
--- a/propellor.cabal
+++ b/propellor.cabal
@@ -1,5 +1,5 @@
Name: propellor
-Version: 3.1.0
+Version: 3.1.1
Cabal-Version: >= 1.8
License: BSD2
Maintainer: Joey Hess <id@joeyh.name>