From 5c86070bc4b176e20288adcdf5ff2633a33f9848 Mon Sep 17 00:00:00 2001 From: Marcel Hellkamp Date: Tue, 9 Oct 2012 19:41:50 +0200 Subject: Start of 0.12 development --- bottle.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bottle.py b/bottle.py index 7ee9621..bac545a 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.11.1' +__version__ = '0.12-dev' __license__ = 'MIT' # The gevent server adapter needs to patch some modules before they are imported -- cgit v1.2.1