summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 b0edd14..bc70f10 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.84+git, not yet released
+----------------------------------
+
+
Version 0.84, released 2017-09-27
-----------------------------------------------------------------------------
diff --git a/debian/changelog b/debian/changelog
index 383e497..ea72a28 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+qvarn-jsonb (0.84+git-1) UNRELEASED; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Wed, 27 Sep 2017 19:17:45 +0300
+
qvarn-jsonb (0.84-1) unstable; urgency=medium
* Initial packaging. This is not intended to be uploaded to Debian, so
diff --git a/qvarn/version.py b/qvarn/version.py
index cf954df..25ecc0c 100644
--- a/qvarn/version.py
+++ b/qvarn/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.84"
-__version_info__ = (0, 84)
+__version__ = "0.84+git"
+__version_info__ = (0, 84, '+git')