summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-11-19 17:34:38 +0100
committerLars Wirzenius <liw@liw.fi>2017-11-19 17:34:38 +0100
commit09987e1000d06f1e8b5a2f9cb135fe89dcf58103 (patch)
treead5566e76a3dab9949ba2f6fc21f7831f41c4f97
parent03fabbaa5ca621bead88826678d88892f576e543 (diff)
downloadapifw-09987e1000d06f1e8b5a2f9cb135fe89dcf58103.tar.gz
Prepare to release version 0.17apifw-0.17
-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 b04a906..633b634 100644
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,7 @@ apifw NEWS
This file summarizes changes between releases of `apifw`.
-Version 0.16+git, not yet released
+Version 0.17, released 2017-11-19
----------------------------------
* Fix bug in scope checking.
diff --git a/apifw/version.py b/apifw/version.py
index 2a8f239..1c2b503 100644
--- a/apifw/version.py
+++ b/apifw/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.16+git"
-__version_info__ = (0, 16, '+git')
+__version__ = "0.17"
+__version_info__ = (0, 17)
diff --git a/debian/changelog b/debian/changelog
index fd7ef0f..26d7977 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-apifw (0.16+git-1) UNRELEASED; urgency=medium
+apifw (0.17-1) unstable; urgency=medium
* New upstream version.
- -- Lars Wirzenius <liw@liw.fi> Mon, 13 Nov 2017 13:40:36 +0100
+ -- Lars Wirzenius <liw@liw.fi> Sun, 19 Nov 2017 17:34:38 +0100
apifw (0.16-1) unstable; urgency=medium