From 8baee995a2fcdaadb7847d0fcbc4979dbe25b21e Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 29 Oct 2016 12:25:37 +0300 Subject: Prepare to release version 1.20 --- NEWS | 2 +- debian/changelog | 4 ++-- obnamlib/version.py | 21 ++------------------- 3 files changed, 5 insertions(+), 22 deletions(-) diff --git a/NEWS b/NEWS index e2f313da..6fdcc50a 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, not yet released +Version 1.20, released 2016-10-29 --------------------------------- * The format name for `green-albatross` is renamed to diff --git a/debian/changelog b/debian/changelog index 7f9d91ab..d46e9b55 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -obnam (1.19.2+git-1) UNRELEASED; urgency=medium +obnam (1.20-1) unstable; urgency=medium * New upstream version. - list-errors produces python traceback (Closes: #837770) @@ -6,7 +6,7 @@ obnam (1.19.2+git-1) UNRELEASED; urgency=medium 2: No such file or directory (Closes: #841295) * Require Python 2.7. - -- Lars Wirzenius Sun, 09 Oct 2016 16:44:10 +0300 + -- Lars Wirzenius Sat, 29 Oct 2016 12:25:37 +0300 obnam (1.19.1-1) unstable; urgency=medium diff --git a/obnamlib/version.py b/obnamlib/version.py index 13f38f82..b9117a03 100644 --- a/obnamlib/version.py +++ b/obnamlib/version.py @@ -1,19 +1,2 @@ -# Copyright 2015-2016 Lars Wirzenius -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . -# -# =*= License: GPL-3+ =*= - -__version__ = '1.19.2+git' -__version_info__ = (1, 19, 2, '+git') +__version__ = "1.20" +__version_info__ = (1, 20) -- cgit v1.2.1