From 9e59d645274eacd25348cdd223e784380cf692c3 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 24 Mar 2018 18:45:15 +0200 Subject: Prepare to release version 0.33 --- NEWS | 2 +- apifw/version.py | 4 ++-- debian/changelog | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index a21e080..9cbd1ee 100644 --- a/NEWS +++ b/NEWS @@ -4,7 +4,7 @@ apifw NEWS This file summarizes changes between releases of `apifw`. -Version 0.32+git, not yet released +Version 0.33, released 2018-03-24 ---------------------------------- * Fix bug: http.py had a logging call that breaks applications using diff --git a/apifw/version.py b/apifw/version.py index b0f2d14..f6aa6a5 100644 --- a/apifw/version.py +++ b/apifw/version.py @@ -1,2 +1,2 @@ -__version__ = "0.32+git" -__version_info__ = (0, 32, '+git') +__version__ = "0.33" +__version_info__ = (0, 33) diff --git a/debian/changelog b/debian/changelog index f706b85..41c599d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -apifw (0.32+git-1) UNRELEASED; urgency=medium +apifw (0.33-1) unstable; urgency=medium * New upstream version. - -- Lars Wirzenius Sat, 24 Mar 2018 18:17:33 +0200 + -- Lars Wirzenius Sat, 24 Mar 2018 18:45:15 +0200 apifw (0.32-1) unstable; urgency=medium -- cgit v1.2.1