summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-08-04 17:39:23 +0300
committerLars Wirzenius <liw@liw.fi>2017-08-04 17:39:23 +0300
commit633438990d67f93a2c89022cf1faa2a9a3958082 (patch)
tree81516a20f037e7c7b1769fed70741b31e8958c77
parente291a7a172300e5d4ccdaabde3b52af14034590c (diff)
downloadapifw-633438990d67f93a2c89022cf1faa2a9a3958082.tar.gz
Prepare to release version 0.7apifw-0.7
-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 02998bc..2bc2d9f 100644
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,7 @@ apifw NEWS
This file summarizes changes between releases of `apifw`.
-Version 0.6+git, not yet released
+Version 0.7, released 2017-08-04
---------------------------------
* Add "counter" argument to Bottle application, for countint HTTP
diff --git a/apifw/version.py b/apifw/version.py
index ed54455..6a51fc2 100644
--- a/apifw/version.py
+++ b/apifw/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.6+git"
-__version_info__ = (0, 6, '+git')
+__version__ = "0.7"
+__version_info__ = (0, 7)
diff --git a/debian/changelog b/debian/changelog
index 669217a..497e2ee 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-apifw (0.6+git-1) UNRELEASED; urgency=medium
+apifw (0.7-1) unstable; urgency=medium
* New upstream version.
- -- Lars Wirzenius <liw@liw.fi> Fri, 04 Aug 2017 16:40:36 +0300
+ -- Lars Wirzenius <liw@liw.fi> Fri, 04 Aug 2017 17:39:23 +0300
apifw (0.6-1) unstable; urgency=medium