summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Hellkamp <marc@gsites.de>2010-10-09 22:48:18 +0200
committerMarcel Hellkamp <marc@gsites.de>2010-10-09 22:48:18 +0200
commitf13498a87d8b3451656d03353cf4a780984b7f0a (patch)
tree580edf9c5ed807f8ec1b70a419e7c86315fed4e3
parent0ed3acdfb3fd94065d8b3218917a917a99a0914b (diff)
downloadbottle-f13498a87d8b3451656d03353cf4a780984b7f0a.tar.gz
Version bumb to 0.8.4 (small bugfix)0.8.4
-rwxr-xr-xapidoc/changelog.rst4
-rwxr-xr-xbottle.py2
2 files changed, 5 insertions, 1 deletions
diff --git a/apidoc/changelog.rst b/apidoc/changelog.rst
index 2aa8323..776e03e 100755
--- a/apidoc/changelog.rst
+++ b/apidoc/changelog.rst
@@ -5,6 +5,10 @@
Release Notes and Changelog
===========================
+Bugfix Release 0.8.4
+=====================
+
+* Fixed "Using DictMixins with the @view decorator" (Issue #102 and #103)
Bugfix Release 0.8.3
=====================
diff --git a/bottle.py b/bottle.py
index fd3dc62..8a7cae4 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.3'
+__version__ = '0.8.4'
__license__ = 'MIT'
import base64