diff options
| author | Sergey Schetinin <sergey@maluke.com> | 2011-09-07 17:31:42 +0300 |
|---|---|---|
| committer | Sergey Schetinin <sergey@maluke.com> | 2011-09-07 17:31:42 +0300 |
| commit | a9dafaefb2f1c91e7a08bf2dd95c9a5d73628e7a (patch) | |
| tree | 0862319f2ad47598e52979c4607925bcab7fa1cc /docs | |
| parent | 420ce1cd58c1cad7b776dce0a8b5f0e0af7ae950 (diff) | |
| download | webob-a9dafaefb2f1c91e7a08bf2dd95c9a5d73628e7a.tar.gz | |
version 1.11.1
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/conf.py | 2 | ||||
| -rw-r--r-- | docs/news.txt | 4 |
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 --------- |
