diff --git a/HISTORY.rst b/HISTORY.rst index f7509f3f..2fcc5480 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,10 @@ Release History =============== +0.8.0 ++++++ +* Support argument validation (#85) + 0.7.1 +++++ * Fix parse swagger file path version diff --git a/version.py b/version.py index 3e29d1e1..4f6afe51 100644 --- a/version.py +++ b/version.py @@ -1,5 +1,5 @@ -_MAJOR, _MINOR, _PATCH, _SUFFIX = ("0", "7", "1", "") +_MAJOR, _MINOR, _PATCH, _SUFFIX = ("0", "8", "0", "") # _PATCH: On main and in a nightly release the patch should be one ahead of the last released build. # _SUFFIX: This is mainly for nightly builds which have the suffix ".dev$DATE". See