From 5a74ba9553fd21465e04dd4ace7007e2f865d7f1 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 11 Sep 2018 12:57:51 +0300 Subject: 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. --- NEWS | 2 +- debian/changelog | 2 +- qvisqve/version.py | 4 ++-- 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') -- cgit v1.2.1