From 823470da193be3a971071a0d1417b9d4fff896f8 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 29 Dec 2016 17:11:54 +0200 Subject: Prepare to release version 1.21 --- NEWS | 2 +- debian/changelog | 4 ++-- obnamlib/version.py | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 720aeb7d..4986641f 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.3+git, not yet released +Version 1.21, released 2016-12-29 ------------------------------------ * Disable bind-mount detection for `--one-filesystem`. diff --git a/debian/changelog b/debian/changelog index cb302026..8da4a918 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,9 @@ -obnam (1.20.3+git-1) UNRELEASED; urgency=medium +obnam (1.21-1) unstable; urgency=medium * New upstream version. - Fix --one-filesystem bug (Closes: #849596) - -- Lars Wirzenius Thu, 15 Dec 2016 11:19:43 +0100 + -- Lars Wirzenius Thu, 29 Dec 2016 17:11:54 +0200 obnam (1.20.3-1) unstable; urgency=medium diff --git a/obnamlib/version.py b/obnamlib/version.py index 399011f3..8ced16cb 100644 --- a/obnamlib/version.py +++ b/obnamlib/version.py @@ -1,2 +1,2 @@ -__version__ = "1.20.3+git" -__version_info__ = (1, 20, 3, '+git') +__version__ = "1.21" +__version_info__ = (1, 21) -- cgit v1.2.1