summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-10-04 18:12:13 +0300
committerLars Wirzenius <liw@liw.fi>2017-10-04 18:12:13 +0300
commiteee1b80558756ae18b3c7b0e937218e417fa42c2 (patch)
treef101c463b5ed24344e7868c5de73cde37814368a
parentb74ed1a346be726ddf8878d7b0669ee2a2307fc2 (diff)
downloadapifw-eee1b80558756ae18b3c7b0e937218e417fa42c2.tar.gz
Prepare to release version 0.14apifw-0.14
-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 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 <liw@liw.fi> Thu, 28 Sep 2017 13:39:10 +0300
+ -- Lars Wirzenius <liw@liw.fi> Wed, 04 Oct 2017 18:12:13 +0300
apifw (0.13-1) unstable; urgency=medium