Michael Merickel
2017-01-25 105c59f6f1c1eb518976538a08cbd3c467e94b5d
prep 1.6.5
3 files modified
9 ■■■■■ changed files
CHANGES.txt 6 ●●●●● patch | view | raw | blame | history
docs/whatsnew-1.6.rst 1 ●●●● patch | view | raw | blame | history
setup.py 2 ●●● patch | view | raw | blame | history
CHANGES.txt
@@ -1,5 +1,7 @@
unreleased
==========
.. _changes_1.6.5:
1.6.5 (2017-01-24)
==================
- Remove testing on pypy3.
  See https://github.com/Pylons/pyramid/issues/2871
docs/whatsnew-1.6.rst
@@ -18,6 +18,7 @@
- :ref:`changes_1.6.2`
- :ref:`changes_1.6.3`
- :ref:`changes_1.6.4`
- :ref:`changes_1.6.5`
Backwards Incompatibilities
---------------------------
setup.py
@@ -77,7 +77,7 @@
    ]
setup(name='pyramid',
      version='1.6.4',
      version='1.6.5',
      description='The Pyramid Web Framework, a Pylons project',
      long_description=README + '\n\n' +  CHANGES,
      classifiers=[