We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4319bd6 commit 74fc79aCopy full SHA for 74fc79a
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 7.0.0
+current_version = 7.0.1
3
commit = True
4
tag = True
5
CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog
+## 7.0.1 (2020-06-09)
+
+- build: fix the CI release process
6
7
8
## 7.0.0 (2020-06-09)
9
10
- Make the AuthnContextClassRefs available through the context
setup.py
@@ -6,7 +6,7 @@
setup(
name='SATOSA',
- version='7.0.0',
+ version='7.0.1',
description='Protocol proxy (SAML/OIDC).',
11
author='DIRG',
12
author_email='satosa-dev@lists.sunet.se',
0 commit comments