summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-08-10 19:17:01 +0300
committerLars Wirzenius <liw@liw.fi>2017-08-10 19:17:01 +0300
commitfbd17630b1a5ecd8a7016cd67bd79e73a220144c (patch)
tree54d236ef3d0a00c152db1d2118d2ef4fec62778d
parentc162773539e447012557c4098a36bf389dc2989d (diff)
downloadapifw-fbd17630b1a5ecd8a7016cd67bd79e73a220144c.tar.gz
Prepare to release version 0.8apifw-0.8
-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 2b2607a..0c86454 100644
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,7 @@ apifw NEWS
This file summarizes changes between releases of `apifw`.
-Version 0.7+git, not yet released
+Version 0.8, released 2017-08-10
---------------------------------
* We now parse an incoming JSON body ourselves, to be able to handle
diff --git a/apifw/version.py b/apifw/version.py
index 6ab0781..179986c 100644
--- a/apifw/version.py
+++ b/apifw/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.7+git"
-__version_info__ = (0, 7, '+git')
+__version__ = "0.8"
+__version_info__ = (0, 8)
diff --git a/debian/changelog b/debian/changelog
index 674607e..f42751b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-apifw (0.7+git-1) UNRELEASED; urgency=medium
+apifw (0.8-1) unstable; urgency=medium
* New upstream version.
- -- Lars Wirzenius <liw@liw.fi> Fri, 04 Aug 2017 17:39:25 +0300
+ -- Lars Wirzenius <liw@liw.fi> Thu, 10 Aug 2017 19:17:01 +0300
apifw (0.7-1) unstable; urgency=medium