diff --git a/CHANGES.rst b/CHANGES.rst index 45b0705..9640af8 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ CHANGES ======= -0.6.1 (unreleased) +0.7.0 (2018-07-29) ------------------ - Support swagger ``example`` field on colander ``SchemaNode`` custom kwarg:: diff --git a/setup.py b/setup.py index e861c8d..77a7f37 100755 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ setup( name="cornice_swagger", - version='0.6.1.dev0', + version='0.7.0', description="Generate swagger from a Cornice application", long_description=README + "\n\n" + CHANGES, license="Apache License (2.0)",