summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bottle.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bottle.py b/bottle.py
index fb3384c..70b1de9 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.21'
+__version__ = '0.12.22'
__license__ = 'MIT'
# The gevent server adapter needs to patch some modules before they are imported