summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-10-10 11:58:51 +0300
committerLars Wirzenius <liw@liw.fi>2017-10-10 11:58:51 +0300
commitd585b8a513769f445fbc2e8f1b3ee31c9a6f7cd3 (patch)
tree32429bf56dcc91a27994ebc04276e3d6ca4bc267
parent3175245bb21d4c976c858b953930412ac4cf493d (diff)
downloadqvisqve-d585b8a513769f445fbc2e8f1b3ee31c9a6f7cd3.tar.gz
Bump version number post-release to 0.86+git
-rw-r--r--NEWS4
-rw-r--r--debian/changelog6
-rw-r--r--qvarn/version.py4
3 files changed, 12 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index c7aeae7..c0a8b9c 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,10 @@ NEWS for Qvarn (JSONB)
This file has release notes for Qvarn (the JSONB version).
+Version 0.86+git, not yet released
+----------------------------------
+
+
Version 0.86, released 2017-10-10
----------------------------------
diff --git a/debian/changelog b/debian/changelog
index 2db4b4e..df2aea5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+qvarn-jsonb (0.86+git-1) UNRELEASED; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Tue, 10 Oct 2017 11:58:51 +0300
+
qvarn-jsonb (0.86-1) unstable; urgency=medium
* New upstream version.
diff --git a/qvarn/version.py b/qvarn/version.py
index 3504a21..bf504d8 100644
--- a/qvarn/version.py
+++ b/qvarn/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.86"
-__version_info__ = (0, 86)
+__version__ = "0.86+git"
+__version_info__ = (0, 86, '+git')