Michael Merickel
2018-04-24 e2c2c9842c0ee275c4da86fa848cf746a620266e
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
@@ -61,7 +61,7 @@
    ]
setup(name='pyramid',
      version='1.9',
      version='1.9.2',
      description='The Pyramid Web Framework, a Pylons project',
      long_description=README + '\n\n' + CHANGES,
      classifiers=[