summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--debian/changelog2
-rw-r--r--qvisqve/version.py4
3 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 2e02fba..d6729ac 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.9+git, not yet released
+Version 0.10+git, not yet released
---------------------------------
* Disable gunicorn header size check.
diff --git a/debian/changelog b/debian/changelog
index 1a77fdc..f51eba7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-qvisqve (0.9+git-1) UNRELEASED; urgency=medium
+qvisqve (0.10+git-1) UNRELEASED; urgency=medium
* New upstream version.
* Drop build-dep on pylint3, since it's not available in unstable.
diff --git a/qvisqve/version.py b/qvisqve/version.py
index d8e295a..bd9440e 100644
--- a/qvisqve/version.py
+++ b/qvisqve/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.9+git"
-__version_info__ = (0, 9, '+git')
+__version__ = "0.10+git"
+__version_info__ = (0, 10, '+git')