summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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