diff options
-rw-r--r-- | CHANGES.txt | 4 | ||||
-rw-r--r-- | setup.py | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index c5fcbf2..beb7bee 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,5 @@ -1.7rc2 (2016-12-09) -------------------- +1.7.0 (2016-12-22) +------------------ Compatibility ~~~~~~~~~~~~~ @@ -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", ], |