summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-09-26 13:27:47 +0300
committerLars Wirzenius <liw@liw.fi>2017-09-26 13:27:47 +0300
commitb1099e0331bafaabe8b2d96ab212091f73235510 (patch)
tree87d3bf747c6aa16b73656239d1f3c29258c35884
parent9b6c1988b3bad246fdc72ab1d4cb9e6f366f5d44 (diff)
downloadapifw-b1099e0331bafaabe8b2d96ab212091f73235510.tar.gz
Prepare to release version 0.12apifw-0.12
-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 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 <liw@liw.fi> Mon, 25 Sep 2017 12:34:04 +0300
+ -- Lars Wirzenius <liw@liw.fi> Tue, 26 Sep 2017 13:27:47 +0300
apifw (0.11-1) unstable; urgency=medium