Skip to content

Commit

Permalink
Merge pull request #69 from ryanpetrello/master
Browse files Browse the repository at this point in the history
Version increment.
  • Loading branch information
cleverdevil committed Jun 20, 2016
2 parents b5f302a + 19bade5 commit b6154c5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions docs/source/changes.rst
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -3,7 +3,7 @@

from setuptools import setup, find_packages

version = '1.1.1'
version = '1.1.2'

#
# determine requirements
Expand Down

0 comments on commit b6154c5

Please sign in to comment.