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 bc70f10..cb6fcc5 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.84+git, not yet released
+Version 0.85, released 2017-09-27
----------------------------------
diff --git a/debian/changelog b/debian/changelog
index ea72a28..a892195 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-qvarn-jsonb (0.84+git-1) UNRELEASED; urgency=medium
+qvarn-jsonb (0.85-1) unstable; urgency=medium
* New upstream version.
- -- Lars Wirzenius <liw@liw.fi> Wed, 27 Sep 2017 19:17:45 +0300
+ -- Lars Wirzenius <liw@liw.fi> Wed, 27 Sep 2017 19:21:33 +0300
qvarn-jsonb (0.84-1) unstable; urgency=medium
diff --git a/qvarn/version.py b/qvarn/version.py
index 25ecc0c..230a614 100644
--- a/qvarn/version.py
+++ b/qvarn/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.84+git"
-__version_info__ = (0, 84, '+git')
+__version__ = "0.85"
+__version_info__ = (0, 85)