summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-10-29 12:25:38 +0300
committerLars Wirzenius <liw@liw.fi>2016-10-29 12:25:38 +0300
commit873e554e439077501e53489a21bd88b01a11eafc (patch)
tree204c9fb68439ec922e499d8fe497796197615c13
parent8baee995a2fcdaadb7847d0fcbc4979dbe25b21e (diff)
downloadobnam-873e554e439077501e53489a21bd88b01a11eafc.tar.gz
Bump version number post-release to 1.20+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 6fdcc50a..7f05f684 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+git, not yet released
+----------------------------------
+
+
Version 1.20, released 2016-10-29
---------------------------------
diff --git a/debian/changelog b/debian/changelog
index d46e9b55..e31fff00 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+obnam (1.20+git-1) UNRELEASED; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Sat, 29 Oct 2016 12:25:38 +0300
+
obnam (1.20-1) unstable; urgency=medium
* New upstream version.
diff --git a/obnamlib/version.py b/obnamlib/version.py
index b9117a03..0bcb55d6 100644
--- a/obnamlib/version.py
+++ b/obnamlib/version.py
@@ -1,2 +1,2 @@
-__version__ = "1.20"
-__version_info__ = (1, 20)
+__version__ = "1.20+git"
+__version_info__ = (1, 20, '+git')