diff --git a/bottle.py b/bottle.py index fb3384c1..70b1de9b 100644 --- a/bottle.py +++ b/bottle.py @@ -16,7 +16,7 @@ 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