Steve Piercy
2018-09-22 2a45fe74f9598b4e726ab17ce17948d4e709894b
setup.py
@@ -27,7 +27,7 @@
install_requires = [
    'setuptools',
    'WebOb >= 1.7.0rc2', # Response.has_body
    'WebOb >= 1.7.0', # Response.has_body
    'repoze.lru >= 0.4', # py3 compat
    'zope.interface >= 3.8.0',  # has zope.interface.registry
    'zope.deprecation >= 3.5.0', # py3 compat
@@ -46,11 +46,11 @@
docs_extras = [
    'Sphinx >= 1.3.5',
    'Sphinx >= 1.8.1',
    'docutils',
    'repoze.sphinx.autointerface',
    'pylons_sphinx_latesturl',
    'pylons-sphinx-themes',
    'pylons-sphinx-themes >= 1.0.8',
    'sphinxcontrib-autoprogram',
    ]
@@ -61,7 +61,7 @@
    ]
setup(name='pyramid',
      version='1.9a1',
      version='1.9.2',
      description='The Pyramid Web Framework, a Pylons project',
      long_description=README + '\n\n' + CHANGES,
      classifiers=[