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 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