summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-08-19 19:12:48 +0300
committerLars Wirzenius <liw@liw.fi>2017-08-19 19:12:48 +0300
commit14746026fd29d3675d1dac39ff21524679142ede (patch)
treecc6b23ee6f303566b7d3b1d96c33a2b4a627cd3b
parentcd6576058c4f480ab22b793ded698e54a2d8dabf (diff)
downloadapifw-14746026fd29d3675d1dac39ff21524679142ede.tar.gz
Prepare to release version 0.9apifw-0.9
-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 cdaa9a0..bea9869 100644
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,7 @@ apifw NEWS
This file summarizes changes between releases of `apifw`.
-Version 0.8+git, not yet released
+Version 0.9, released 2017-08-19
---------------------------------
* Fix the test for whether request body is JSON or not.
diff --git a/apifw/version.py b/apifw/version.py
index 456773e..900cb32 100644
--- a/apifw/version.py
+++ b/apifw/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.8+git"
-__version_info__ = (0, 8, '+git')
+__version__ = "0.9"
+__version_info__ = (0, 9)
diff --git a/debian/changelog b/debian/changelog
index 5ff00eb..8f446f6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-apifw (0.8+git-1) UNRELEASED; urgency=medium
+apifw (0.9-1) unstable; urgency=medium
* New upstream version.
- -- Lars Wirzenius <liw@liw.fi> Thu, 10 Aug 2017 19:17:04 +0300
+ -- Lars Wirzenius <liw@liw.fi> Sat, 19 Aug 2017 19:12:48 +0300
apifw (0.8-1) unstable; urgency=medium