diff options
author | Bert JW Regeer <bertjw@regeer.org> | 2016-12-22 00:12:09 -0700 |
---|---|---|
committer | Bert JW Regeer <bertjw@regeer.org> | 2016-12-22 00:12:09 -0700 |
commit | 89fc699331a71dab8d8a7ee18f076d58f8054a74 (patch) | |
tree | 67bdda22348fd96274f19e9fcb15a9f6ada87312 /setup.py | |
parent | 0ce5e7b0a6e478768455e85c274a37c57677def6 (diff) | |
download | webob-1.7.0.tar.gz |
Prep 1.7.01.7.0
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -24,7 +24,7 @@ docs_extras = [ setup( name='WebOb', - version='1.7.0rc2', + version='1.7.0', description="WSGI request and response object", long_description=README + '\n\n' + CHANGES, classifiers=[ @@ -38,6 +38,7 @@ setup( "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", + "Programming Language :: Python :: 3.6", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", ], |