summaryrefslogtreecommitdiff
path: root/obnamlib
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 /obnamlib
parent64a59b466b08900fcf057c294145e586bfa1c0b6 (diff)
downloadobnam-8baee995a2fcdaadb7847d0fcbc4979dbe25b21e.tar.gz
Prepare to release version 1.20obnam-1.20
Diffstat (limited to 'obnamlib')
-rw-r--r--obnamlib/version.py21
1 files changed, 2 insertions, 19 deletions
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)