summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-08-04 16:40:34 +0300
committerLars Wirzenius <liw@liw.fi>2017-08-04 16:40:34 +0300
commitf5c2b7a0ecaea9814e965f5eed10dac6f48a20dd (patch)
tree13c2ccfd99c128e799634cca1edd670458fe3cd9
parent4b438adf30380d8cee7c17319e46ffebb4b0385f (diff)
downloadapifw-f5c2b7a0ecaea9814e965f5eed10dac6f48a20dd.tar.gz
Prepare to release version 0.6apifw-0.6
-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 e24aab6..58ef743 100644
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,7 @@ apifw NEWS
This file summarizes changes between releases of `apifw`.
-Version 0.5+git, not yet released
+Version 0.6, released 2017-08-04
---------------------------------
* Add a way to set the log (slog) context via the API class.
diff --git a/apifw/version.py b/apifw/version.py
index 2462e48..8552176 100644
--- a/apifw/version.py
+++ b/apifw/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.5+git"
-__version_info__ = (0, 5, '+git')
+__version__ = "0.6"
+__version_info__ = (0, 6)
diff --git a/debian/changelog b/debian/changelog
index 7197f82..a7fd193 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-apifw (0.5+git-1) UNRELEASED; urgency=medium
+apifw (0.6-1) unstable; urgency=medium
* New upstream version.
- -- Lars Wirzenius <liw@liw.fi> Thu, 03 Aug 2017 18:25:40 +0300
+ -- Lars Wirzenius <liw@liw.fi> Fri, 04 Aug 2017 16:40:34 +0300
apifw (0.5-1) unstable; urgency=medium