From 40aec5d4cca6ff4fbd73f4080554580fe4f5c212 Mon Sep 17 00:00:00 2001 From: Marcel Hellkamp Date: Sat, 4 Mar 2023 16:33:42 +0100 Subject: Release of 0.12.25 --- bottle.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bottle.py b/bottle.py index d38de98..54ee51d 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.24' +__version__ = '0.12.25' __license__ = 'MIT' # The gevent server adapter needs to patch some modules before they are imported -- cgit v1.2.1