From 8a74088862bbca494f300c19ad11c9caf1fa70e2 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 24 Mar 2018 18:17:31 +0200 Subject: Prepare to release version 0.32 --- NEWS | 2 +- apifw/version.py | 4 ++-- debian/changelog | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 56a8b89..5e1d929 100644 --- a/NEWS +++ b/NEWS @@ -4,7 +4,7 @@ apifw NEWS This file summarizes changes between releases of `apifw`. -Version 0.31+git, not yet released +Version 0.32, released 2018-03-24 ---------------------------------- * Add support for uploading (PUT) and downloading (GET) large files, diff --git a/apifw/version.py b/apifw/version.py index 3c26ed3..aeecda6 100644 --- a/apifw/version.py +++ b/apifw/version.py @@ -1,2 +1,2 @@ -__version__ = "0.31+git" -__version_info__ = (0, 31, '+git') +__version__ = "0.32" +__version_info__ = (0, 32) diff --git a/debian/changelog b/debian/changelog index f786e86..40f9cbe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -apifw (0.31+git-1) UNRELEASED; urgency=medium +apifw (0.32-1) unstable; urgency=medium * New upstream version. - -- Lars Wirzenius Fri, 08 Dec 2017 10:57:24 +0200 + -- Lars Wirzenius Sat, 24 Mar 2018 18:17:31 +0200 apifw (0.31-1) unstable; urgency=medium -- cgit v1.2.1