summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--debian/changelog4
-rw-r--r--qvisqve/version.py4
3 files changed, 5 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index cf22ced..721d856 100644
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,7 @@ NEWS for Qvisqve
This file has release notes for Qvisqve, an authorisation server and
identity provider.
-Version 0.8+git, not yet released
+Version 0.9, released 2018-02-09
---------------------------------
* Rename from Salami to Qvisqve, which is Latin for "each and every
diff --git a/debian/changelog b/debian/changelog
index 2e0b6ea..79227bd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-qvisqve (0.8+git-1) UNRELEASED; urgency=medium
+qvisqve (0.9-1) unstable; urgency=medium
* New upstream version.
* Source and binary packages renamed to qvisqve.
- -- Lars Wirzenius <liw@liw.fi> Sat, 03 Feb 2018 15:28:54 +0200
+ -- Lars Wirzenius <liw@liw.fi> Fri, 09 Feb 2018 14:24:09 +0200
salami (0.8-1) unstable; urgency=medium
diff --git a/qvisqve/version.py b/qvisqve/version.py
index 456773e..900cb32 100644
--- a/qvisqve/version.py
+++ b/qvisqve/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.8+git"
-__version_info__ = (0, 8, '+git')
+__version__ = "0.9"
+__version_info__ = (0, 9)