From 1670874d3f94f7f539458d725c096254768a9f5b Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 9 Oct 2017 11:02:03 +0300 Subject: Prepare to release version 0.15 --- NEWS | 2 +- apifw/version.py | 4 ++-- debian/changelog | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index ab33e6e..fae7744 100644 --- a/NEWS +++ b/NEWS @@ -4,7 +4,7 @@ apifw NEWS This file summarizes changes between releases of `apifw`. -Version 0.14+git, not yet released +Version 0.15, released 2017-10-09 ---------------------------------- * Disallow empty bodies for POST and PUT requests. Status code 411 is diff --git a/apifw/version.py b/apifw/version.py index 107122c..ee7aa22 100644 --- a/apifw/version.py +++ b/apifw/version.py @@ -1,2 +1,2 @@ -__version__ = "0.14+git" -__version_info__ = (0, 14, '+git') +__version__ = "0.15" +__version_info__ = (0, 15) diff --git a/debian/changelog b/debian/changelog index c3379c1..f0b5d37 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -apifw (0.14+git-1) UNRELEASED; urgency=medium +apifw (0.15-1) unstable; urgency=medium * New upstream version. - -- Lars Wirzenius Wed, 04 Oct 2017 18:12:15 +0300 + -- Lars Wirzenius Mon, 09 Oct 2017 11:02:03 +0300 apifw (0.14-1) unstable; urgency=medium -- cgit v1.2.1