Pyramid 1.6.2 has been released. This is a bugfix release with some minor changes:
- Fixed a bug in proutes such that it now shows the correct view with a class and attr is involved.
- The JSON renderers now explicitly encode their result as utf-8.
- Renderers will now warn the user and encode the result as utf-8 if a renderer returns a text type and the response does not have a valid charset.
A "What's New In Pyramid 1.6" document exists at
You can install it via PyPI:
pip install Pyramid==1.6
Enjoy, and please report any issues you find to the issue tracker at
Thanks!
- Pyramid core developers