From a2b0ee6bb4ce88895429ec4aca856616244c4c4c Mon Sep 17 00:00:00 2001 From: Marcel Hellkamp Date: Thu, 26 May 2022 15:36:31 +0200 Subject: [PATCH] Release of 0.12.20 This release contains a security fix. Thanks Elton Nokaj for responsibly reporting this issue. --- bottle.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bottle.py b/bottle.py index 4dc8921a..26e8b360 100644 --- a/bottle.py +++ b/bottle.py @@ -16,7 +16,7 @@ from __future__ import with_statement __author__ = 'Marcel Hellkamp' -__version__ = '0.12.19' +__version__ = '0.12.20' __license__ = 'MIT' # The gevent server adapter needs to patch some modules before they are imported