Merge pull request #83 from ryanpetrello/master

Version increment.
This commit is contained in:
Jonathan LaCour 2016-09-21 11:11:56 -07:00 committed by GitHub
commit 6de2baefb6
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
1.2
===
* Added a better error message when an invalid template renderer is specified
in `pecan.expose()` (https://github.com/pecan/pecan/issues/81).
* Pecan controllers that return `None` are now treated as an `HTTP 204 No
Content` (https://github.com/pecan/pecan/issues/72).
* The `method` argument to `pecan.expose()` for generic controllers is no
longer optional (https://github.com/pecan/pecan/pull/77).
1.1.2
=====
* Fixed a bug where JSON-formatted HTTP response bodies were not making

View File

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