From 6703d05210514a15071901b129c88dd9dbba1bdf Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 13 Nov 2017 13:40:33 +0100 Subject: Prepare to release version 0.16 --- NEWS | 2 +- apifw/version.py | 4 ++-- debian/changelog | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 961a87f..faf38c4 100644 --- a/NEWS +++ b/NEWS @@ -4,7 +4,7 @@ apifw NEWS This file summarizes changes between releases of `apifw`. -Version 0.15+git, not yet released +Version 0.16, released 2017-11-13 ---------------------------------- * Do not require `RAW_URI` in the request environment, to allow diff --git a/apifw/version.py b/apifw/version.py index 18e2465..0946a86 100644 --- a/apifw/version.py +++ b/apifw/version.py @@ -1,2 +1,2 @@ -__version__ = "0.15+git" -__version_info__ = (0, 15, '+git') +__version__ = "0.16" +__version_info__ = (0, 16) diff --git a/debian/changelog b/debian/changelog index f59d402..22454c4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -apifw (0.15+git-1) UNRELEASED; urgency=medium +apifw (0.16-1) unstable; urgency=medium * New upstream version. - -- Lars Wirzenius Mon, 09 Oct 2017 11:02:05 +0300 + -- Lars Wirzenius Mon, 13 Nov 2017 13:40:33 +0100 apifw (0.15-1) unstable; urgency=medium -- cgit v1.2.1