diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-03-02 15:40:30 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-03-02 15:40:30 -0400 |
| commit | f91827512647d7a1f15ddeece0c55d2852e400e4 (patch) | |
| tree | af44459373f8eb098fce900be404fd1e2c63c991 | |
| parent | f74d5beb8085ce886264f60580332eccf6b20c7b (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 a098829c..1dabeaa0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -propellor (2.16.1) UNRELEASED; urgency=medium +propellor (2.17.0) UNRELEASED; urgency=medium * Apt.upgrade: Run dpkg --configure -a first, to recover from interrupted upgrades. diff --git a/propellor.cabal b/propellor.cabal index 4d8e7f26..3518a7ee 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -1,5 +1,5 @@ Name: propellor -Version: 2.16.0 +Version: 2.17.0 Cabal-Version: >= 1.8 License: BSD3 Maintainer: Joey Hess <id@joeyh.name> |
