summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-11-22 20:50:03 +0200
committerLars Wirzenius <liw@liw.fi>2017-11-22 20:50:03 +0200
commit31c0011bdefdd0ac03fe2c62ee74a651902d85e1 (patch)
treeb1acfe709a0fa694b343b374e4dfc405194ff9e3
parent6f0083dcdc50eddc1fa29c85266eb48d28e5b046 (diff)
downloadapifw-31c0011bdefdd0ac03fe2c62ee74a651902d85e1.tar.gz
Prepare to release version 0.18apifw-0.18
-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 8e74a02..ac6d146 100644
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,7 @@ apifw NEWS
This file summarizes changes between releases of `apifw`.
-Version 0.17+git, not yet released
+Version 0.18, released 2017-11-22
----------------------------------
* The verified, parsed JWT bearer token is now passed onto callbacks
diff --git a/apifw/version.py b/apifw/version.py
index 31780b3..4e2ae98 100644
--- a/apifw/version.py
+++ b/apifw/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.17+git"
-__version_info__ = (0, 17, '+git')
+__version__ = "0.18"
+__version_info__ = (0, 18)
diff --git a/debian/changelog b/debian/changelog
index 5306844..26fb556 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-apifw (0.17+git-1) UNRELEASED; urgency=medium
+apifw (0.18-1) unstable; urgency=medium
* New upstream version.
- -- Lars Wirzenius <liw@liw.fi> Sun, 19 Nov 2017 17:34:40 +0100
+ -- Lars Wirzenius <liw@liw.fi> Wed, 22 Nov 2017 20:50:03 +0200
apifw (0.17-1) unstable; urgency=medium