From 266988622aae7fb18c4e0030607a2ca2c640ad71 Mon Sep 17 00:00:00 2001 From: Marcel Hellkamp Date: Sat, 26 Nov 2011 19:19:01 +0100 Subject: Release of 0.10.1 --- bottle.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bottle.py b/bottle.py index 1ee88b2..5cc1791 100755 --- a/bottle.py +++ b/bottle.py @@ -16,7 +16,7 @@ License: MIT (see LICENSE.txt for details) from __future__ import with_statement __author__ = 'Marcel Hellkamp' -__version__ = '0.10.rc1' +__version__ = '0.10.1' __license__ = 'MIT' # The gevent server adapter needs to patch some modules before they are imported -- cgit v1.2.1