summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Hellkamp <marc@gsites.de>2011-05-13 22:27:01 +0200
committerMarcel Hellkamp <marc@gsites.de>2011-05-13 22:27:01 +0200
commit53853ac47c785b2f08ec97c52ef9ca3fb84c675b (patch)
tree3db8e0fd892a9cd752049f2bedc671ec88edb6c8
parent9c6a59e1008c87f17578a57e4f56bf23eccccb6b (diff)
downloadbottle-53853ac47c785b2f08ec97c52ef9ca3fb84c675b.tar.gz
Version bump (bugfix)0.9.2
-rwxr-xr-xbottle.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bottle.py b/bottle.py
index 60e4e98..e67cef1 100755
--- a/bottle.py
+++ b/bottle.py
@@ -15,7 +15,7 @@ License: MIT (see LICENSE.txt for details)
from __future__ import with_statement
__author__ = 'Marcel Hellkamp'
-__version__ = '0.9.1'
+__version__ = '0.9.2'
__license__ = 'MIT'
import base64