Version increment.

Change-Id: Idda4968eb448dd5fe12a069f23f29fcedfebbd09
This commit is contained in:
Ryan Petrello
2014-07-10 10:56:29 -04:00
parent 1a2933e23f
commit 236301f6d7
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
0.6.1
=====
* Fixed a bug which causes pecan to mistakenly return HTTP 204 for non-empty
response bodies.
0.6.0
=====
* Added support for disabling the `pecan.request` and `pecan.response`

View File

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