summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--debian/changelog4
-rw-r--r--qvarn/version.py4
3 files changed, 5 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index bf83968..c7aeae7 100644
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@ NEWS for Qvarn (JSONB)
This file has release notes for Qvarn (the JSONB version).
-Version 0.85+git, not yet released
+Version 0.86, released 2017-10-10
----------------------------------
* All old API tests (`test-api`) pass. Qvarn (JSONB) is functionally
diff --git a/debian/changelog b/debian/changelog
index 238f88d..2db4b4e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-qvarn-jsonb (0.85+git-1) UNRELEASED; urgency=medium
+qvarn-jsonb (0.86-1) unstable; urgency=medium
* New upstream version.
- -- Lars Wirzenius <liw@liw.fi> Wed, 27 Sep 2017 19:21:35 +0300
+ -- Lars Wirzenius <liw@liw.fi> Tue, 10 Oct 2017 11:58:48 +0300
qvarn-jsonb (0.85-1) unstable; urgency=medium
diff --git a/qvarn/version.py b/qvarn/version.py
index 9f76db0..3504a21 100644
--- a/qvarn/version.py
+++ b/qvarn/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.85+git"
-__version_info__ = (0, 85, '+git')
+__version__ = "0.86"
+__version_info__ = (0, 86)