summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Hellkamp <marc@gsites.de>2010-07-29 13:54:49 +0200
committerMarcel Hellkamp <marc@gsites.de>2010-07-29 13:54:49 +0200
commit07ccf3104f32b041688b245075cba576dbdf9e3d (patch)
tree9542be8e09ffc824ca4bddefece2dc06a2ffecb9
parent823cc3616ee01bd8e65a31ad7b53ab448514c337 (diff)
downloadbottle-07ccf3104f32b041688b245075cba576dbdf9e3d.tar.gz
Version bumb to 0.8.2 (bugfix release)0.8.2
-rwxr-xr-xbottle.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bottle.py b/bottle.py
index d2f1446..7b7ae07 100755
--- a/bottle.py
+++ b/bottle.py
@@ -62,7 +62,7 @@ This is an example::
from __future__ import with_statement
__author__ = 'Marcel Hellkamp'
-__version__ = '0.8.1'
+__version__ = '0.8.2'
__license__ = 'MIT'
import base64