summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-10-30 09:22:19 +0200
committerLars Wirzenius <liw@liw.fi>2016-10-30 09:22:19 +0200
commit8555ac85c2f1d651eded1277cad3a03964b80b2a (patch)
tree4514fc6b77bb89fb96f7048f4dfef05d998e3b25
parent6248e2a8327790cd5f9d2a8446061e4f534387c3 (diff)
downloadobnam-8555ac85c2f1d651eded1277cad3a03964b80b2a.tar.gz
Prepare to release version 1.20.1obnam-1.20.1
-rw-r--r--NEWS2
-rw-r--r--debian/changelog4
-rw-r--r--obnamlib/version.py4
3 files changed, 5 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 1e868c74..1f44854b 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+git, not yet released
+Version 1.20.1, released 2016-10-30
----------------------------------
* Debian packaging change: add dependency on gpg.
diff --git a/debian/changelog b/debian/changelog
index 0c6c2bae..1816005d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-obnam (1.20+git-1) UNRELEASED; urgency=medium
+obnam (1.20.1-1) unstable; urgency=medium
* New upstream version.
* Add build and runtime dependency on gpg, since gpg doesn't seem to
be effectively build-essential anymore in unstable.
- -- Lars Wirzenius <liw@liw.fi> Sat, 29 Oct 2016 12:25:38 +0300
+ -- Lars Wirzenius <liw@liw.fi> Sun, 30 Oct 2016 09:22:19 +0200
obnam (1.20-1) unstable; urgency=medium
diff --git a/obnamlib/version.py b/obnamlib/version.py
index 0bcb55d6..f2db57ba 100644
--- a/obnamlib/version.py
+++ b/obnamlib/version.py
@@ -1,2 +1,2 @@
-__version__ = "1.20+git"
-__version_info__ = (1, 20, '+git')
+__version__ = "1.20.1"
+__version_info__ = (1, 20, 1)