From 6ff5e49d107b31499520d7ab266de7070cdb795a Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 8 Dec 2017 10:57:22 +0200 Subject: Prepare to release version 0.31 --- NEWS | 2 +- apifw/version.py | 4 ++-- debian/changelog | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 2ac7407..0389b6d 100644 --- a/NEWS +++ b/NEWS @@ -4,7 +4,7 @@ apifw NEWS This file summarizes changes between releases of `apifw`. -Version 0.30+git, not yet released +Version 0.31, released 2017-12-08 ---------------------------------- * Log when callbacks have happened. diff --git a/apifw/version.py b/apifw/version.py index 78a51f3..fc6e629 100644 --- a/apifw/version.py +++ b/apifw/version.py @@ -1,2 +1,2 @@ -__version__ = "0.30+git" -__version_info__ = (0, 30, '+git') +__version__ = "0.31" +__version_info__ = (0, 31) diff --git a/debian/changelog b/debian/changelog index bb00cd4..c8deb7a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -apifw (0.30+git-1) UNRELEASED; urgency=medium +apifw (0.31-1) unstable; urgency=medium * New upstream version. - -- Lars Wirzenius Thu, 07 Dec 2017 21:55:43 +0200 + -- Lars Wirzenius Fri, 08 Dec 2017 10:57:22 +0200 apifw (0.30-1) unstable; urgency=medium -- cgit v1.2.1