diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-10-23 14:18:41 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-10-23 14:18:41 -0400 |
| commit | 2addfc116c3f04dc9225a8d789c8dbe38e9af0e8 (patch) | |
| tree | 76da0397079ead8313051714083484da0f9f0085 | |
| parent | 1f62b0d3a3d247f16f875f02e5bc89c7b7dc9ace (diff) | |
API change..
| -rw-r--r-- | debian/changelog | 2 | ||||
| -rw-r--r-- | propellor.cabal | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index ada4b1a1..9976300e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -propellor (2.11.1) UNRELEASED; urgency=medium +propellor (2.12.0) UNRELEASED; urgency=medium * The DiskImage module can now make bootable images using grub. * Add a ChrootTarball chroot type, for using pre-built tarballs diff --git a/propellor.cabal b/propellor.cabal index 7471fb52..9853b604 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -1,5 +1,5 @@ Name: propellor -Version: 2.11.0 +Version: 2.12.0 Cabal-Version: >= 1.8 License: BSD3 Maintainer: Joey Hess <id@joeyh.name> |
