Pyramid 1.10 has been released.
This is the last planned release on the 1.x series, other than bug fixes and user contributed features to the 1.x-master branch.
Expect Pyramid 2.x to support only Python 3+ (minor version to be determined). Pyramid's releases contain python_requires metadata which will cause pip and other compliant tools to install only the 1.x series on Python 2 without further version pinning.
The full changelog is here:
What's New In Pyramid 1.10:
1.10 release documentation (across all alphas and betas, as well as when it gets
to final release):
You can install it via PyPI:
pip install Pyramid==1.10
Enjoy, and please report any issues you find to the issue tracker at
Thanks!
- Pyramid core developers