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
commit6a623189b6f31415b9614abb9eb7db2f8a9dc6bf (patch)
tree746d3ba33f5634d09cdafe1c98e077581a945cdc
parent8555ac85c2f1d651eded1277cad3a03964b80b2a (diff)
downloadobnam-6a623189b6f31415b9614abb9eb7db2f8a9dc6bf.tar.gz
Bump version number post-release to 1.20.1+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 1f44854b..490cf945 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.1+git, not yet released
+------------------------------------
+
+
Version 1.20.1, released 2016-10-30
----------------------------------
diff --git a/debian/changelog b/debian/changelog
index 1816005d..d3ab0f7c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+obnam (1.20.1+git-1) UNRELEASED; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Sun, 30 Oct 2016 09:22:19 +0200
+
obnam (1.20.1-1) unstable; urgency=medium
* New upstream version.
diff --git a/obnamlib/version.py b/obnamlib/version.py
index f2db57ba..5c08608e 100644
--- a/obnamlib/version.py
+++ b/obnamlib/version.py
@@ -1,2 +1,2 @@
-__version__ = "1.20.1"
-__version_info__ = (1, 20, 1)
+__version__ = "1.20.1+git"
+__version_info__ = (1, 20, 1, '+git')