summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-11-13 13:40:33 +0100
committerLars Wirzenius <liw@liw.fi>2017-11-13 13:40:33 +0100
commit6703d05210514a15071901b129c88dd9dbba1bdf (patch)
treebbae3a26fa43f0320697eb046683316dfb6dafd7
parent63b0ba40501ab05745b0a56bdbfd601985053eed (diff)
downloadapifw-6703d05210514a15071901b129c88dd9dbba1bdf.tar.gz
Prepare to release version 0.16apifw-0.16
-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 961a87f..faf38c4 100644
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,7 @@ apifw NEWS
This file summarizes changes between releases of `apifw`.
-Version 0.15+git, not yet released
+Version 0.16, released 2017-11-13
----------------------------------
* Do not require `RAW_URI` in the request environment, to allow
diff --git a/apifw/version.py b/apifw/version.py
index 18e2465..0946a86 100644
--- a/apifw/version.py
+++ b/apifw/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.15+git"
-__version_info__ = (0, 15, '+git')
+__version__ = "0.16"
+__version_info__ = (0, 16)
diff --git a/debian/changelog b/debian/changelog
index f59d402..22454c4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-apifw (0.15+git-1) UNRELEASED; urgency=medium
+apifw (0.16-1) unstable; urgency=medium
* New upstream version.
- -- Lars Wirzenius <liw@liw.fi> Mon, 09 Oct 2017 11:02:05 +0300
+ -- Lars Wirzenius <liw@liw.fi> Mon, 13 Nov 2017 13:40:33 +0100
apifw (0.15-1) unstable; urgency=medium