Michael Merickel
2016-12-26 73b851a2bac7cf32a1d1df594a04cdd631e3391a
prep 1.8a1
3 files modified
10 ■■■■ changed files
README.rst 4 ●●●● patch | view | raw | blame | history
contributing.md 4 ●●●● patch | view | raw | blame | history
setup.py 2 ●●● patch | view | raw | blame | history
README.rst
@@ -1,9 +1,9 @@
Pyramid
=======
.. image:: https://travis-ci.org/Pylons/pyramid.png?branch=master
.. image:: https://travis-ci.org/Pylons/pyramid.png?branch=1.8-branch
        :target: https://travis-ci.org/Pylons/pyramid
        :alt: Master Travis CI Status
        :alt: 1.8-branch Travis CI Status
.. image:: https://readthedocs.org/projects/pyramid/badge/?version=master
        :target: http://docs.pylonsproject.org/projects/pyramid/en/master/
contributing.md
@@ -26,9 +26,9 @@
* [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
* [1.8-branch](https://github.com/Pylons/pyramid/tree/1.8-branch) - The branch
  classified as "stable" or "latest".
* [1.6-branch](https://github.com/Pylons/pyramid/tree/1.6-branch) - The oldest
* [1.7-branch](https://github.com/Pylons/pyramid/tree/1.7-branch) - The oldest
  actively maintained and stable branch.
Older branches are not actively maintained. In general, two stable branches and
setup.py
@@ -71,7 +71,7 @@
    ]
setup(name='pyramid',
      version='1.8.dev0',
      version='1.8a1',
      description='The Pyramid Web Framework, a Pylons project',
      long_description=README + '\n\n' + CHANGES,
      classifiers=[