summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSergey Schetinin <sergey@maluke.com>2011-09-07 17:31:42 +0300
committerSergey Schetinin <sergey@maluke.com>2011-09-07 17:31:42 +0300
commita9dafaefb2f1c91e7a08bf2dd95c9a5d73628e7a (patch)
tree0862319f2ad47598e52979c4607925bcab7fa1cc /docs
parent420ce1cd58c1cad7b776dce0a8b5f0e0af7ae950 (diff)
downloadwebob-a9dafaefb2f1c91e7a08bf2dd95c9a5d73628e7a.tar.gz
version 1.11.1
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py2
-rw-r--r--docs/news.txt4
2 files changed, 5 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 3061cad..2292e58 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -9,7 +9,7 @@ master_doc = 'index' # The master toctree document.
project = 'WebOb'
copyright = '2011, Ian Bicking and contributors'
-version = release = '1.1rc1'
+version = release = '1.1'
exclude_patterns = ['jsonrpc-example-code/*']
modindex_common_prefix = ['webob.']
diff --git a/docs/news.txt b/docs/news.txt
index 281bfe9..19b9516 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -3,6 +3,10 @@ News
.. contents::
+1.1
+---------
+* Remove deprecation warnings for ``unicode_body`` and ``ubody``.
+
1.1rc1
---------