summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Petrello <lists@ryanpetrello.com>2014-12-11 16:26:33 -0500
committerRyan Petrello <lists@ryanpetrello.com>2014-12-17 09:59:19 -0800
commitfcfbd06ccceca449fa1703ab51fad4035f994525 (patch)
tree58246db129755d9ef3f0536111efbe554a3c4d51
parentc93399b2589d9eac49af52adc55b5507e8eccb00 (diff)
downloadpecan-fcfbd06ccceca449fa1703ab51fad4035f994525.tar.gz
Version increment.0.8.2
Change-Id: Ibf1506b1aa378caccf322cfc3297c208aae662c5
-rw-r--r--docs/source/changes.rst5
-rw-r--r--setup.py2
2 files changed, 6 insertions, 1 deletions
diff --git a/docs/source/changes.rst b/docs/source/changes.rst
index 536b262..dd374a0 100644
--- a/docs/source/changes.rst
+++ b/docs/source/changes.rst
@@ -1,3 +1,8 @@
+0.8.2
+=====
+* Fixes a bug that breaks support for multi-value query string variables (e.g.,
+ `?check=a&check=b`).
+
0.8.1
=====
* Improved detection of infinite recursion for PecanHook and pypy. This fixes
diff --git a/setup.py b/setup.py
index bf56386..0c621c0 100644
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@ import platform
from setuptools import setup, find_packages
-version = '0.8.1'
+version = '0.8.2'
#
# determine requirements