Merge pull request #69 from ryanpetrello/master

Version increment.
This commit is contained in:
Jonathan LaCour
2016-06-20 09:15:36 -07:00
committed by GitHub
2 changed files with 10 additions and 1 deletions

View File

@@ -1,3 +1,12 @@
1.1.2
=====
* Fixed a bug where JSON-formatted HTTP response bodies were not making
use of pecan's JSON type registration functionality
(http://pecan.readthedocs.io/en/latest/jsonify.html)
(https://github.com/pecan/pecan/issues/68).
* Updated code and documentation examples to support readthedoc's move from
`readthedocs.org` to `readthedocs.io`.
1.1.1
=====
* Pecan now officially supports Python 3.5.

View File

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