diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 767a45603..489e6c1c5 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 7.0.0 +current_version = 7.0.1 commit = True tag = True diff --git a/CHANGELOG.md b/CHANGELOG.md index d365ba66c..c813a6ede 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 7.0.1 (2020-06-09) + +- build: fix the CI release process + + ## 7.0.0 (2020-06-09) - Make the AuthnContextClassRefs available through the context diff --git a/setup.py b/setup.py index 2377459ac..3bfe6d94d 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name='SATOSA', - version='7.0.0', + version='7.0.1', description='Protocol proxy (SAML/OIDC).', author='DIRG', author_email='satosa-dev@lists.sunet.se',