summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-03-24 18:17:31 +0200
committerLars Wirzenius <liw@liw.fi>2018-03-24 18:17:31 +0200
commit8a74088862bbca494f300c19ad11c9caf1fa70e2 (patch)
treecb18968e94f60a22b28e1c68d0637195684cafd5
parentc88bf5c34e766033844713421c328e152395099d (diff)
downloadapifw-8a74088862bbca494f300c19ad11c9caf1fa70e2.tar.gz
Prepare to release version 0.32apifw-0.32
-rw-r--r--NEWS2
-rw-r--r--apifw/version.py4
-rw-r--r--debian/changelog4
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 <liw@liw.fi> Fri, 08 Dec 2017 10:57:24 +0200
+ -- Lars Wirzenius <liw@liw.fi> Sat, 24 Mar 2018 18:17:31 +0200
apifw (0.31-1) unstable; urgency=medium