summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-10-29 12:25:37 +0300
committerLars Wirzenius <liw@liw.fi>2016-10-29 12:25:37 +0300
commit8baee995a2fcdaadb7847d0fcbc4979dbe25b21e (patch)
tree3c6e23e344dc67c133f8d776b17eadc44cf868b5
parent64a59b466b08900fcf057c294145e586bfa1c0b6 (diff)
downloadobnam-8baee995a2fcdaadb7847d0fcbc4979dbe25b21e.tar.gz
Prepare to release version 1.20obnam-1.20
-rw-r--r--NEWS2
-rw-r--r--debian/changelog4
-rw-r--r--obnamlib/version.py21
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 <liw@liw.fi> Sun, 09 Oct 2016 16:44:10 +0300
+ -- Lars Wirzenius <liw@liw.fi> 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 <http://www.gnu.org/licenses/>.
-#
-# =*= License: GPL-3+ =*=
-
-__version__ = '1.19.2+git'
-__version_info__ = (1, 19, 2, '+git')
+__version__ = "1.20"
+__version_info__ = (1, 20)