Skip to content

Commit

Permalink
Merge pull request #101 from ryanpetrello/1.3.2-release
Browse files Browse the repository at this point in the history
Version increment
  • Loading branch information
ryanpetrello committed Jan 31, 2018
2 parents b41e100 + 1a2c271 commit da15e06
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/source/changes.rst
@@ -1,3 +1,8 @@
1.3.2
=====
* pecan now works with webob < and > 1.8
(https://github.com/pecan/pecan/pull/99)

1.3.1
=====
* pinned webob to <1.8 due to breaking changes in Accept header parsing
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -3,7 +3,7 @@

from setuptools import setup, find_packages

version = '1.3.1'
version = '1.3.2'

#
# determine requirements
Expand Down

0 comments on commit da15e06

Please sign in to comment.