summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-12-08 10:57:22 +0200
committerLars Wirzenius <liw@liw.fi>2017-12-08 10:57:22 +0200
commit6ff5e49d107b31499520d7ab266de7070cdb795a (patch)
tree698c881f2cc5149b9451b740f39588da75946fba
parentc63ff41c6047d69981af7de7b8adf4dffd29158c (diff)
downloadapifw-6ff5e49d107b31499520d7ab266de7070cdb795a.tar.gz
Prepare to release version 0.31apifw-0.31
-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 2ac7407..0389b6d 100644
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,7 @@ apifw NEWS
This file summarizes changes between releases of `apifw`.
-Version 0.30+git, not yet released
+Version 0.31, released 2017-12-08
----------------------------------
* Log when callbacks have happened.
diff --git a/apifw/version.py b/apifw/version.py
index 78a51f3..fc6e629 100644
--- a/apifw/version.py
+++ b/apifw/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.30+git"
-__version_info__ = (0, 30, '+git')
+__version__ = "0.31"
+__version_info__ = (0, 31)
diff --git a/debian/changelog b/debian/changelog
index bb00cd4..c8deb7a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-apifw (0.30+git-1) UNRELEASED; urgency=medium
+apifw (0.31-1) unstable; urgency=medium
* New upstream version.
- -- Lars Wirzenius <liw@liw.fi> Thu, 07 Dec 2017 21:55:43 +0200
+ -- Lars Wirzenius <liw@liw.fi> Fri, 08 Dec 2017 10:57:22 +0200
apifw (0.30-1) unstable; urgency=medium