summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-10-09 11:02:03 +0300
committerLars Wirzenius <liw@liw.fi>2017-10-09 11:02:03 +0300
commit1670874d3f94f7f539458d725c096254768a9f5b (patch)
tree90ef590cced6c6ac19f28db1947e7ce8e76b34e9
parente71acd2705f9c2354965d61c35e1c0034b18ce66 (diff)
downloadapifw-1670874d3f94f7f539458d725c096254768a9f5b.tar.gz
Prepare to release version 0.15apifw-0.15
-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 ab33e6e..fae7744 100644
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,7 @@ apifw NEWS
This file summarizes changes between releases of `apifw`.
-Version 0.14+git, not yet released
+Version 0.15, released 2017-10-09
----------------------------------
* Disallow empty bodies for POST and PUT requests. Status code 411 is
diff --git a/apifw/version.py b/apifw/version.py
index 107122c..ee7aa22 100644
--- a/apifw/version.py
+++ b/apifw/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.14+git"
-__version_info__ = (0, 14, '+git')
+__version__ = "0.15"
+__version_info__ = (0, 15)
diff --git a/debian/changelog b/debian/changelog
index c3379c1..f0b5d37 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-apifw (0.14+git-1) UNRELEASED; urgency=medium
+apifw (0.15-1) unstable; urgency=medium
* New upstream version.
- -- Lars Wirzenius <liw@liw.fi> Wed, 04 Oct 2017 18:12:15 +0300
+ -- Lars Wirzenius <liw@liw.fi> Mon, 09 Oct 2017 11:02:03 +0300
apifw (0.14-1) unstable; urgency=medium