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 87bbe3d0..6f6f2884 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,11 @@ -propellor (3.0.3) UNRELEASED; urgency=medium +propellor (3.0.3) unstable; urgency=medium * Remove Propellor.DotDir from the propellor library, as its use of Paths_propellor prevents use of the module out of propellor's tree. This module is only needed for the wrapper program anyway, which handles --init. - -- Joey Hess <id@joeyh.name> Sun, 01 May 2016 17:49:10 -0400 + -- Joey Hess <id@joeyh.name> Sun, 01 May 2016 17:51:37 -0400 propellor (3.0.2) unstable; urgency=medium diff --git a/propellor.cabal b/propellor.cabal index 0bc8fc21..e931e3df 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -1,5 +1,5 @@ Name: propellor -Version: 3.0.2 +Version: 3.0.3 Cabal-Version: >= 1.8 License: BSD3 Maintainer: Joey Hess <id@joeyh.name> |
