summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-09-11 12:57:51 +0300
committerLars Wirzenius <liw@liw.fi>2018-09-11 12:57:51 +0300
commit5a74ba9553fd21465e04dd4ace7007e2f865d7f1 (patch)
treeeb1d716753b4140e8c4278fe6999b442de1795b1
parent012e08649036c3f3c4734c07f5b79c8a58b3a5db (diff)
downloadqvisqve-5a74ba9553fd21465e04dd4ace7007e2f865d7f1.tar.gz
Change: bump version number
I've moved Qvisqve to a new ick instance, and that resets build numbers to 1. To get the current version deployed, bumping version number is the easiest workaround for this ick bug.
-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')