summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Petrello <lists@ryanpetrello.com>2014-07-10 10:56:29 -0400
committerRyan Petrello <lists@ryanpetrello.com>2014-07-10 10:56:29 -0400
commit236301f6d7a8128513b8d45114b04a33189502ea (patch)
tree705ddd140be2ef41a1d573687907cf378cafc46f
parent1a2933e23f13a18de5c004327282c85334a1b135 (diff)
downloadpecan-236301f6d7a8128513b8d45114b04a33189502ea.tar.gz
Version increment.0.6.1
Change-Id: Idda4968eb448dd5fe12a069f23f29fcedfebbd09
-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 3b01d0e..9450e43 100644
--- a/docs/source/changes.rst
+++ b/docs/source/changes.rst
@@ -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`
diff --git a/setup.py b/setup.py
index c39dab3..c010b76 100644
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@ import platform
from setuptools import setup, find_packages
-version = '0.6.0'
+version = '0.6.1'
#
# determine requirements