diff --git a/bottle.py b/bottle.py index 417b01b98..9806efd03 100644 --- a/bottle.py +++ b/bottle.py @@ -16,7 +16,7 @@ from __future__ import with_statement __author__ = 'Marcel Hellkamp' -__version__ = '0.12.18' +__version__ = '0.12.19' __license__ = 'MIT' # The gevent server adapter needs to patch some modules before they are imported