summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-12-29 17:11:56 +0200
committerLars Wirzenius <liw@liw.fi>2016-12-29 17:11:56 +0200
commitcc2d9c4423d520d9d4d53aa2b57b47cef70651e2 (patch)
tree2efa0acec17cbd10df6f415ba6618a077d35423c
parent823470da193be3a971071a0d1417b9d4fff896f8 (diff)
downloadobnam-cc2d9c4423d520d9d4d53aa2b57b47cef70651e2.tar.gz
Bump version number post-release to 1.21+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 4986641f..63c44c13 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.21+git, not yet released
+----------------------------------
+
+
Version 1.21, released 2016-12-29
------------------------------------
diff --git a/debian/changelog b/debian/changelog
index 8da4a918..4bf70280 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+obnam (1.21+git-1) UNRELEASED; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Thu, 29 Dec 2016 17:11:56 +0200
+
obnam (1.21-1) unstable; urgency=medium
* New upstream version.
diff --git a/obnamlib/version.py b/obnamlib/version.py
index 8ced16cb..9691c71f 100644
--- a/obnamlib/version.py
+++ b/obnamlib/version.py
@@ -1,2 +1,2 @@
-__version__ = "1.21"
-__version_info__ = (1, 21)
+__version__ = "1.21+git"
+__version_info__ = (1, 21, '+git')