summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-09-28 13:39:08 +0300
committerLars Wirzenius <liw@liw.fi>2017-09-28 13:39:08 +0300
commit464af5c1baf7a79042e1413fb6fcc15db573f072 (patch)
treede3028f0cf41aa932313993fb7737744005eaf7a
parent51b2b9d79f701bdfb30bb464a32549bf637c7a87 (diff)
downloadapifw-464af5c1baf7a79042e1413fb6fcc15db573f072.tar.gz
Prepare to release version 0.13apifw-0.13
-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 74f0c30..4269af4 100644
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,7 @@ apifw NEWS
This file summarizes changes between releases of `apifw`.
-Version 0.12+git, not yet released
+Version 0.13, released 2017-09-28
----------------------------------
* Disable JWT token audience check, for now. This is quick fix for
diff --git a/apifw/version.py b/apifw/version.py
index b107890..3f93f89 100644
--- a/apifw/version.py
+++ b/apifw/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.12+git"
-__version_info__ = (0, 12, '+git')
+__version__ = "0.13"
+__version_info__ = (0, 13)
diff --git a/debian/changelog b/debian/changelog
index 3b377af..6b27f8f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-apifw (0.12+git-1) UNRELEASED; urgency=medium
+apifw (0.13-1) unstable; urgency=medium
* New upstream version.
- -- Lars Wirzenius <liw@liw.fi> Tue, 26 Sep 2017 13:27:49 +0300
+ -- Lars Wirzenius <liw@liw.fi> Thu, 28 Sep 2017 13:39:08 +0300
apifw (0.12-1) unstable; urgency=medium