diff options
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | propellor.cabal | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index c1de1d0e..0f5fb1e4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,16 +1,16 @@ -propellor (2.15.1) UNRELEASED; urgency=medium +propellor (2.15.1) unstable; urgency=medium * Added git configs propellor.spin-branch and propellor.forbid-dirty-spin. Thanks, Sean Whitton. * Added User.systemAccountFor and User.systemAccountFor' properties. Thanks, Félix Sipma. - * Merged Utility changes from git-annex. * Gpg.keyImported converted to not use a flag file and instead check if gpg has the provided key already. Thanks, Félix Sipma. * Clean build with ghc 7.10. + * Merged Utility changes from git-annex. - -- Joey Hess <id@joeyh.name> Tue, 08 Dec 2015 11:59:43 -0400 + -- Joey Hess <id@joeyh.name> Sat, 19 Dec 2015 16:43:09 -0400 propellor (2.15.0) unstable; urgency=medium diff --git a/propellor.cabal b/propellor.cabal index a019afe8..14821441 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -1,5 +1,5 @@ Name: propellor -Version: 2.15.0 +Version: 2.15.1 Cabal-Version: >= 1.8 License: BSD3 Maintainer: Joey Hess <id@joeyh.name> |
