From b1099e0331bafaabe8b2d96ab212091f73235510 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 26 Sep 2017 13:27:47 +0300 Subject: Prepare to release version 0.12 --- NEWS | 2 +- apifw/version.py | 4 ++-- debian/changelog | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 14a9da0..d9e6f6b 100644 --- a/NEWS +++ b/NEWS @@ -4,7 +4,7 @@ apifw NEWS This file summarizes changes between releases of `apifw`. -Version 0.11+git, not yet released +Version 0.12, released 2017-09-26 ---------------------------------- * Tests now use a random port, instead of the fixed 12765 one. diff --git a/apifw/version.py b/apifw/version.py index f6d7ca3..6f7b039 100644 --- a/apifw/version.py +++ b/apifw/version.py @@ -1,2 +1,2 @@ -__version__ = "0.11+git" -__version_info__ = (0, 11, '+git') +__version__ = "0.12" +__version_info__ = (0, 12) diff --git a/debian/changelog b/debian/changelog index 50ccb10..ea10d5f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -apifw (0.11+git-1) UNRELEASED; urgency=medium +apifw (0.12-1) unstable; urgency=medium * New upstream version. - -- Lars Wirzenius Mon, 25 Sep 2017 12:34:04 +0300 + -- Lars Wirzenius Tue, 26 Sep 2017 13:27:47 +0300 apifw (0.11-1) unstable; urgency=medium -- cgit v1.2.1