summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-12-15 11:19:43 +0100
committerLars Wirzenius <liw@liw.fi>2016-12-15 11:19:43 +0100
commitc4217e315ced46590f67d3e09d20e27a5ea0cd0b (patch)
treef03c3bf86b053983e228875746d96c38463f3c3a
parentc9cd341a1d0b09891eb9bb56ef2214a994560e0d (diff)
downloadobnam-c4217e315ced46590f67d3e09d20e27a5ea0cd0b.tar.gz
Bump version number post-release to 1.20.3+git
-rw-r--r--NEWS4
-rw-r--r--debian/changelog6
-rw-r--r--obnamlib/version.py4
3 files changed, 12 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 53f3aa4a..2daa1f07 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,10 @@ 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.3+git, not yet released
+------------------------------------
+
+
Version 1.20.3, released 2016-12-15
------------------------------------
diff --git a/debian/changelog b/debian/changelog
index 33c29c5d..7f12645e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+obnam (1.20.3+git-1) UNRELEASED; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Thu, 15 Dec 2016 11:19:43 +0100
+
obnam (1.20.3-1) unstable; urgency=medium
* New upstream version.
diff --git a/obnamlib/version.py b/obnamlib/version.py
index c1efb09d..399011f3 100644
--- a/obnamlib/version.py
+++ b/obnamlib/version.py
@@ -1,2 +1,2 @@
-__version__ = "1.20.3"
-__version_info__ = (1, 20, 3)
+__version__ = "1.20.3+git"
+__version_info__ = (1, 20, 3, '+git')