diff options
| author | John Anderson <sontek@gmail.com> | 2015-02-07 10:48:10 -0800 |
|---|---|---|
| committer | John Anderson <sontek@gmail.com> | 2015-02-07 10:48:10 -0800 |
| commit | 50921e94c539318cb9e1789a2f9363352a820542 (patch) | |
| tree | 77430b23c95c50f79fb47e258528cec102de3e66 /setup.py | |
| parent | e094ab229eed6f8bf9e7a6a4d4406faefece41e4 (diff) | |
| parent | b17fa8b19da6e8272515588abbd2299f03bc2942 (diff) | |
| download | pyramid-50921e94c539318cb9e1789a2f9363352a820542.tar.gz pyramid-50921e94c539318cb9e1789a2f9363352a820542.tar.bz2 pyramid-50921e94c539318cb9e1789a2f9363352a820542.zip | |
Merge branch 'master' of https://github.com/Pylons/pyramid into catch_bad_request_method_name
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -56,7 +56,7 @@ if not PY3: tests_require.append('zope.component>=3.11.0') docs_extras = [ - 'Sphinx', + 'Sphinx >= 1.2.3', 'docutils', 'repoze.sphinx.autointerface', ] @@ -68,7 +68,7 @@ testing_extras = tests_require + [ ] setup(name='pyramid', - version='1.6dev', + version='1.6.dev0', description='The Pyramid Web Framework, a Pylons project', long_description=README + '\n\n' + CHANGES, classifiers=[ |
