summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-12-15 11:19:42 +0100
committerLars Wirzenius <liw@liw.fi>2016-12-15 11:19:42 +0100
commitc9cd341a1d0b09891eb9bb56ef2214a994560e0d (patch)
tree58bf9b18bca0e183efce54e3a4e63cf4e438332c
parentb0a15330ede86aa9f1b56634b4b436c667732b22 (diff)
downloadobnam-c9cd341a1d0b09891eb9bb56ef2214a994560e0d.tar.gz
Prepare to release version 1.20.3obnam-1.20.3
-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 4f726c87..53f3aa4a 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.2+git, not yet released
+Version 1.20.3, released 2016-12-15
------------------------------------
* Disable running of yarn tests during a Debian package build. gpg
diff --git a/debian/changelog b/debian/changelog
index d7b20dfc..33c29c5d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,11 @@
-obnam (1.20.2+git-1) UNRELEASED; urgency=medium
+obnam (1.20.3-1) unstable; urgency=medium
* New upstream version.
* debian/rules: do not run yarn tests during package building to
work around a gpg2 gpg-agent related bug that I can't seem to fix
right now.
- -- Lars Wirzenius <liw@liw.fi> Sun, 30 Oct 2016 10:46:18 +0200
+ -- Lars Wirzenius <liw@liw.fi> Thu, 15 Dec 2016 11:19:42 +0100
obnam (1.20.2-1) unstable; urgency=medium
diff --git a/obnamlib/version.py b/obnamlib/version.py
index 55b9c05f..c1efb09d 100644
--- a/obnamlib/version.py
+++ b/obnamlib/version.py
@@ -1,2 +1,2 @@
-__version__ = "1.20.2+git"
-__version_info__ = (1, 20, 2, '+git')
+__version__ = "1.20.3"
+__version_info__ = (1, 20, 3)