From c9cd341a1d0b09891eb9bb56ef2214a994560e0d Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 15 Dec 2016 11:19:42 +0100 Subject: Prepare to release version 1.20.3 --- NEWS | 2 +- debian/changelog | 4 ++-- obnamlib/version.py | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 4f726c87..53f3aa4a 100644 --- a/NEWS +++ b/NEWS @@ -8,7 +8,7 @@ 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.2+git, not yet released +Version 1.20.3, released 2016-12-15 ------------------------------------ * Disable running of yarn tests during a Debian package build. gpg diff --git a/debian/changelog b/debian/changelog index d7b20dfc..33c29c5d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,11 @@ -obnam (1.20.2+git-1) UNRELEASED; urgency=medium +obnam (1.20.3-1) unstable; urgency=medium * New upstream version. * debian/rules: do not run yarn tests during package building to work around a gpg2 gpg-agent related bug that I can't seem to fix right now. - -- Lars Wirzenius Sun, 30 Oct 2016 10:46:18 +0200 + -- Lars Wirzenius Thu, 15 Dec 2016 11:19:42 +0100 obnam (1.20.2-1) unstable; urgency=medium diff --git a/obnamlib/version.py b/obnamlib/version.py index 55b9c05f..c1efb09d 100644 --- a/obnamlib/version.py +++ b/obnamlib/version.py @@ -1,2 +1,2 @@ -__version__ = "1.20.2+git" -__version_info__ = (1, 20, 2, '+git') +__version__ = "1.20.3" +__version_info__ = (1, 20, 3) -- cgit v1.2.1