summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Hellkamp <marc@gsites.de>2012-10-17 23:20:25 +0200
committerMarcel Hellkamp <marc@gsites.de>2012-10-17 23:20:25 +0200
commite227e692e70c86662b827cb67e22681b1da10ba7 (patch)
treef101375ca9bc676dcf80b1b566aa8f82e000cb4d
parent5438a62cd2f2f3150d812b2e9b1d7995e46e9db5 (diff)
downloadbottle-e227e692e70c86662b827cb67e22681b1da10ba7.tar.gz
Release of 0.11.30.11.3
fix #386: Response cookies cleared after redirect() fix #389: Bottle still raises DeprecationWarning in bottle.redirect() and Router.match() Fix #387: Template lookup found files in workdir, even if TEMPLATE_PATH did not contain '.'. fix #382: "dictionary changed size during iteration" bug in test case.
-rw-r--r--bottle.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bottle.py b/bottle.py
index c1556b1..e628f3e 100644
--- a/bottle.py
+++ b/bottle.py
@@ -16,7 +16,7 @@ License: MIT (see LICENSE for details)
from __future__ import with_statement
__author__ = 'Marcel Hellkamp'
-__version__ = '0.11.2'
+__version__ = '0.11.3'
__license__ = 'MIT'
# The gevent server adapter needs to patch some modules before they are imported