summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-09-25 12:34:02 +0300
committerLars Wirzenius <liw@liw.fi>2017-09-25 12:34:02 +0300
commitb32823557f1e874fe6cc71241f31edd9f268f748 (patch)
tree823ab8fe089c104fd390ea287ed0d01c620029b7
parent8be2c5675e8fa4ea6be8b46ea75dbb6a49800502 (diff)
downloadapifw-b32823557f1e874fe6cc71241f31edd9f268f748.tar.gz
Prepare to release version 0.11apifw-0.11
-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 39dcdad..9304fdc 100644
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,7 @@ apifw NEWS
This file summarizes changes between releases of `apifw`.
-Version 0.10+git, not yet released
+Version 0.11, released 2017-09-25
----------------------------------
* Callbacks now get an extra keyword argument `raw_uri_path` so they
diff --git a/apifw/version.py b/apifw/version.py
index bd9440e..49df0ad 100644
--- a/apifw/version.py
+++ b/apifw/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.10+git"
-__version_info__ = (0, 10, '+git')
+__version__ = "0.11"
+__version_info__ = (0, 11)
diff --git a/debian/changelog b/debian/changelog
index f756c06..7f61e91 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-apifw (0.10+git-1) UNRELEASED; urgency=medium
+apifw (0.11-1) unstable; urgency=medium
* New upstream version.
- -- Lars Wirzenius <liw@liw.fi> Wed, 06 Sep 2017 14:20:02 +0300
+ -- Lars Wirzenius <liw@liw.fi> Mon, 25 Sep 2017 12:34:02 +0300
apifw (0.10-1) unstable; urgency=medium