diff --git a/CHANGES.txt b/CHANGES.txt index acc5655b..8ea374a6 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,7 +2,7 @@ CHANGELOG ######### -3.6.0 (unreleased) +3.6.0 (2019-07-24) ================== - Add validation support for multipart/form-data (#510) diff --git a/setup.py b/setup.py index 7b2fac65..828cd631 100755 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ package_data = {} setup(name='cornice', - version='3.6.0.dev0', + version='3.6.0', description='Define Web Services in Pyramid.', long_description=README + '\n\n' + CHANGES, license='MPLv2.0',