diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-04-05 13:37:36 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-04-05 13:37:36 -0400 |
| commit | 49886a928f3c5e443d3117317655897359e547e0 (patch) | |
| tree | c0cf8269ba74611b5bce802f42ee78d4f8580b76 | |
| parent | 38d6d7e60013339a5e35ec706dee1dfc764cb8f0 (diff) | |
releasing package propellor version 3.0.1
| -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> |
