summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-09-06 14:20:00 +0300
committerLars Wirzenius <liw@liw.fi>2017-09-06 14:20:00 +0300
commit99867a13c2d24cc05fa129ee93b581de832c6578 (patch)
tree6d6217b2250ed4df805c884e7ebf580512dc0e2c
parentc518dc37ef8bb2224e3c9f1cc5f80e4c68794c5c (diff)
downloadapifw-99867a13c2d24cc05fa129ee93b581de832c6578.tar.gz
Prepare to release version 0.10apifw-0.10
-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 42b957b..33fa35e 100644
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,7 @@ apifw NEWS
This file summarizes changes between releases of `apifw`.
-Version 0.9+git, not yet released
+Version 0.10, released 2017-09-06
---------------------------------
* Changes to status codes for 401/403, to match what Qvarn is doing.
diff --git a/apifw/version.py b/apifw/version.py
index d8e295a..191f961 100644
--- a/apifw/version.py
+++ b/apifw/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.9+git"
-__version_info__ = (0, 9, '+git')
+__version__ = "0.10"
+__version_info__ = (0, 10)
diff --git a/debian/changelog b/debian/changelog
index 8ca54f4..ee561c8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-apifw (0.9+git-1) UNRELEASED; urgency=medium
+apifw (0.10-1) unstable; urgency=medium
* New upstream version.
- -- Lars Wirzenius <liw@liw.fi> Sat, 19 Aug 2017 19:12:51 +0300
+ -- Lars Wirzenius <liw@liw.fi> Wed, 06 Sep 2017 14:20:00 +0300
apifw (0.9-1) unstable; urgency=medium