From 464af5c1baf7a79042e1413fb6fcc15db573f072 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 28 Sep 2017 13:39:08 +0300 Subject: Prepare to release version 0.13 --- NEWS | 2 +- apifw/version.py | 4 ++-- debian/changelog | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 74f0c30..4269af4 100644 --- a/NEWS +++ b/NEWS @@ -4,7 +4,7 @@ apifw NEWS This file summarizes changes between releases of `apifw`. -Version 0.12+git, not yet released +Version 0.13, released 2017-09-28 ---------------------------------- * Disable JWT token audience check, for now. This is quick fix for diff --git a/apifw/version.py b/apifw/version.py index b107890..3f93f89 100644 --- a/apifw/version.py +++ b/apifw/version.py @@ -1,2 +1,2 @@ -__version__ = "0.12+git" -__version_info__ = (0, 12, '+git') +__version__ = "0.13" +__version_info__ = (0, 13) diff --git a/debian/changelog b/debian/changelog index 3b377af..6b27f8f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -apifw (0.12+git-1) UNRELEASED; urgency=medium +apifw (0.13-1) unstable; urgency=medium * New upstream version. - -- Lars Wirzenius Tue, 26 Sep 2017 13:27:49 +0300 + -- Lars Wirzenius Thu, 28 Sep 2017 13:39:08 +0300 apifw (0.12-1) unstable; urgency=medium -- cgit v1.2.1