summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Hellkamp <marc@gsites.de>2015-10-24 20:01:23 +0200
committerMarcel Hellkamp <marc@gsites.de>2015-10-24 20:01:23 +0200
commita02b8f97fdca3d0e466d1fad87eb7fcbd3336a3d (patch)
tree76c3b9849dcc94e3e709475c91ca13ad7551a09f
parent1f6fda636a4ea88adfa4292f3c843e71b1a685d8 (diff)
downloadbottle-a02b8f97fdca3d0e466d1fad87eb7fcbd3336a3d.tar.gz
Release of 0.12.9 (bugfix)0.12.9
Fixed #690: Allow multi-line list/set/dict comprehentions in templates.
-rw-r--r--bottle.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bottle.py b/bottle.py
index a78b488..4459e33 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.12.8'
+__version__ = '0.12.9'
__license__ = 'MIT'
# The gevent server adapter needs to patch some modules before they are imported