From eee1b80558756ae18b3c7b0e937218e417fa42c2 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 4 Oct 2017 18:12:13 +0300 Subject: Prepare to release version 0.14 --- NEWS | 2 +- apifw/version.py | 4 ++-- debian/changelog | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index c93a1ec..de8046d 100644 --- a/NEWS +++ b/NEWS @@ -4,7 +4,7 @@ apifw NEWS This file summarizes changes between releases of `apifw`. -Version 0.13+git, not yet released +Version 0.14, released 2017-10-04 ---------------------------------- * Add optional argument givine a list of resources to diff --git a/apifw/version.py b/apifw/version.py index 9afc397..b8b73a0 100644 --- a/apifw/version.py +++ b/apifw/version.py @@ -1,2 +1,2 @@ -__version__ = "0.13+git" -__version_info__ = (0, 13, '+git') +__version__ = "0.14" +__version_info__ = (0, 14) diff --git a/debian/changelog b/debian/changelog index d00caec..dff29fb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -apifw (0.13+git-1) UNRELEASED; urgency=medium +apifw (0.14-1) unstable; urgency=medium * New upstream version. - -- Lars Wirzenius Thu, 28 Sep 2017 13:39:10 +0300 + -- Lars Wirzenius Wed, 04 Oct 2017 18:12:13 +0300 apifw (0.13-1) unstable; urgency=medium -- cgit v1.2.1