Michael Merickel
2016-04-16 1eea18ab7f1428ba8ac01a238f03ddbf8483593b
prep 1.7a1
4 files modified
10 ■■■■■ changed files
CHANGES.txt 4 ●●●● patch | view | raw | blame | history
README.rst 2 ●●● patch | view | raw | blame | history
contributing.md 2 ●●●●● patch | view | raw | blame | history
setup.py 2 ●●● patch | view | raw | blame | history
CHANGES.txt
@@ -1,5 +1,5 @@
unreleased
==========
1.7a1 (2016-04-16)
==================
Backward Incompatibilities
--------------------------
README.rst
@@ -1,7 +1,7 @@
Pyramid
=======
.. image:: https://travis-ci.org/Pylons/pyramid.png?branch=master
.. image:: https://travis-ci.org/Pylons/pyramid.png?branch=1.7-branch
        :target: https://travis-ci.org/Pylons/pyramid
.. image:: https://readthedocs.org/projects/pyramid/badge/?version=master
contributing.md
@@ -26,6 +26,8 @@
* [master](https://github.com/Pylons/pyramid/) - The branch on which further
development takes place. The default branch on GitHub.
* [1.7-branch](https://github.com/Pylons/pyramid/tree/1.7-branch) - The branch
classified as alpha. Actively maintained.
* [1.6-branch](https://github.com/Pylons/pyramid/tree/1.6-branch) - The branch
classified as "stable" or "latest". Actively maintained.
* [1.5-branch](https://github.com/Pylons/pyramid/tree/1.5-branch) - The oldest
setup.py
@@ -72,7 +72,7 @@
    ]
setup(name='pyramid',
      version='1.7.dev0',
      version='1.7a1',
      description='The Pyramid Web Framework, a Pylons project',
      long_description=README + '\n\n' + CHANGES,
      classifiers=[