From fec2389a6d0daeadf6b22d0c430a404dce4ae8bb Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 30 Oct 2016 10:46:18 +0200 Subject: Prepare to release version 1.20.2 --- NEWS | 3 ++- debian/changelog | 5 +++-- debian/control | 4 ++-- obnamlib/version.py | 4 ++-- 4 files changed, 9 insertions(+), 7 deletions(-) diff --git a/NEWS b/NEWS index 490cf945..02fd05fb 100644 --- a/NEWS +++ b/NEWS @@ -8,9 +8,10 @@ development, called `green-albatross-20160813`. It is **NOT** meant for real use. It is likely to change in incompatible ways without warning. DO NOT USE it unless you're willing to lose your backup. -Version 1.20.1+git, not yet released +Version 1.20.2, released 2016-10-30 ------------------------------------ +* Depend on gnupg instead of gpg. Version 1.20.1, released 2016-10-30 ---------------------------------- diff --git a/debian/changelog b/debian/changelog index d3ab0f7c..13b3a138 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ -obnam (1.20.1+git-1) UNRELEASED; urgency=medium +obnam (1.20.2-1) unstable; urgency=medium * New upstream version. + * Bah. Depend on gnupg instead of gpg. - -- Lars Wirzenius Sun, 30 Oct 2016 09:22:19 +0200 + -- Lars Wirzenius Sun, 30 Oct 2016 10:46:18 +0200 obnam (1.20.1-1) unstable; urgency=medium diff --git a/debian/control b/debian/control index bbd03eca..bae03e03 100644 --- a/debian/control +++ b/debian/control @@ -20,7 +20,7 @@ Build-Depends: debhelper (>= 9), python-fuse, pandoc, git, - gpg, + gnupg, pep8 Homepage: http://obnam.org/ X-Python-Version: >= 2.7 @@ -29,7 +29,7 @@ Package: obnam Provides: python-obnam Architecture: linux-any Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}, - gpg, + gnupg, python-larch (>= 1.20131130~), python-ttystatus (>= 0.23~), python-paramiko, diff --git a/obnamlib/version.py b/obnamlib/version.py index 5c08608e..dba787ea 100644 --- a/obnamlib/version.py +++ b/obnamlib/version.py @@ -1,2 +1,2 @@ -__version__ = "1.20.1+git" -__version_info__ = (1, 20, 1, '+git') +__version__ = "1.20.2" +__version_info__ = (1, 20, 2) -- cgit v1.2.1