summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-03-24 18:45:15 +0200
committerLars Wirzenius <liw@liw.fi>2018-03-24 18:45:15 +0200
commit9e59d645274eacd25348cdd223e784380cf692c3 (patch)
treec8f7382efb569275cae006b414544adbfaa2fb6f
parent6f4498822ac995d26c76d6edd348f3196a9431ce (diff)
downloadapifw-9e59d645274eacd25348cdd223e784380cf692c3.tar.gz
Prepare to release version 0.33apifw-0.33
-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 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 <liw@liw.fi> Sat, 24 Mar 2018 18:17:33 +0200
+ -- Lars Wirzenius <liw@liw.fi> Sat, 24 Mar 2018 18:45:15 +0200
apifw (0.32-1) unstable; urgency=medium