diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-06-09 17:09:00 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-06-09 17:09:00 -0400 |
| commit | 9415bfb4adb61dedfc1301ff0bc7310cec40455a (patch) | |
| tree | ecd50bf1fb0628b9f6f23fd3ae85b14af9aadfa7 | |
| parent | 2ca956d01e566c263056c148489098d8aeba5f06 (diff) | |
prep release
| -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 6f8d6b73..2441f4ab 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -propellor (2.5.0) UNRELEASED; urgency=medium +propellor (2.5.0) unstable; urgency=medium * cmdProperty' renamed to cmdPropertyEnv to make way for a new, more generic cmdProperty' (API change) @@ -27,7 +27,7 @@ propellor (2.5.0) UNRELEASED; urgency=medium * Docker: Added environment property. Thanks Antoine Eiche. - -- Joey Hess <id@joeyh.name> Thu, 07 May 2015 12:08:34 -0400 + -- Joey Hess <id@joeyh.name> Tue, 09 Jun 2015 17:08:43 -0400 propellor (2.4.0) unstable; urgency=medium diff --git a/propellor.cabal b/propellor.cabal index 9edc1436..d09e7590 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -1,5 +1,5 @@ Name: propellor -Version: 2.4.0 +Version: 2.5.0 Cabal-Version: >= 1.6 License: BSD3 Maintainer: Joey Hess <id@joeyh.name> |
