diff options
| -rw-r--r-- | debian/changelog | 4 | ||||
| -rw-r--r-- | propellor.cabal | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index ed807752..6b364083 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -propellor (3.0.1) UNRELEASED; urgency=medium +propellor (3.0.1) unstable; urgency=medium * propellor --init now runs cabal sandbox init if cabal has been configured with require-sandbox: True. @@ -6,7 +6,7 @@ propellor (3.0.1) UNRELEASED; urgency=medium * Re-bundled concurrent-output so propellor can be deployed to Debian stable systems without installing it (insecurely) from hackage. - -- Joey Hess <id@joeyh.name> Tue, 05 Apr 2016 11:39:48 -0400 + -- Joey Hess <id@joeyh.name> Tue, 05 Apr 2016 13:35:54 -0400 propellor (3.0.0) unstable; urgency=medium diff --git a/propellor.cabal b/propellor.cabal index e779f194..322d135e 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -1,5 +1,5 @@ Name: propellor -Version: 3.0.0 +Version: 3.0.1 Cabal-Version: >= 1.8 License: BSD3 Maintainer: Joey Hess <id@joeyh.name> |
