Version increment.

Change-Id: Ibf1506b1aa378caccf322cfc3297c208aae662c5
This commit is contained in:
Ryan Petrello
2014-12-11 16:26:33 -05:00
parent c93399b258
commit fcfbd06ccc
2 changed files with 6 additions and 1 deletions

View File

@@ -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

View File

@@ -3,7 +3,7 @@ import platform
from setuptools import setup, find_packages
version = '0.8.1'
version = '0.8.2'
#
# determine requirements