diff options
| author | Chris McDonough <chrism@plope.com> | 2015-04-15 09:55:15 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2015-04-15 09:55:15 -0400 |
| commit | 59626acab6014dcf433050e228a53886e764950b (patch) | |
| tree | 8e94189faa2d2b4e6397ede47feffeacc22e0f1b | |
| parent | 59a64567f7d123c10ed7674de0643e4b88c5b138 (diff) | |
| download | pyramid-59626acab6014dcf433050e228a53886e764950b.tar.gz pyramid-59626acab6014dcf433050e228a53886e764950b.tar.bz2 pyramid-59626acab6014dcf433050e228a53886e764950b.zip | |
master is now 1.7
| -rw-r--r-- | README.rst | 2 | ||||
| -rw-r--r-- | docs/conf.py | 2 | ||||
| -rw-r--r-- | setup.py | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst index 9adfd90e7..6de42ea40 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ Pyramid ======= -.. image:: https://travis-ci.org/Pylons/pyramid.png?branch=1.6-branch +.. image:: https://travis-ci.org/Pylons/pyramid.png?branch=master :target: https://travis-ci.org/Pylons/pyramid .. image:: https://readthedocs.org/projects/pyramid/badge/?version=master diff --git a/docs/conf.py b/docs/conf.py index 65c0e3a8b..fa4578275 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -159,7 +159,7 @@ html_theme_path = ['_themes'] html_theme = 'pyramid' html_theme_options = dict( github_url='https://github.com/Pylons/pyramid', - in_progress='false', + in_progress='true', ) # The name for this set of Sphinx documents. If None, it defaults to @@ -68,7 +68,7 @@ testing_extras = tests_require + [ ] setup(name='pyramid', - version='1.6a1', + version='1.7.dev0', description='The Pyramid Web Framework, a Pylons project', long_description=README + '\n\n' + CHANGES, classifiers=[ |
