Skip to content

Commit 74fc79a

Browse files
committed
Release version 7.0.1
Signed-off-by: Ivan Kanakarakis <[email protected]>
1 parent 4319bd6 commit 74fc79a

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 7.0.0
2+
current_version = 7.0.1
33
commit = True
44
tag = True
55

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 7.0.1 (2020-06-09)
4+
5+
- build: fix the CI release process
6+
7+
38
## 7.0.0 (2020-06-09)
49

510
- Make the AuthnContextClassRefs available through the context

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name='SATOSA',
9-
version='7.0.0',
9+
version='7.0.1',
1010
description='Protocol proxy (SAML/OIDC).',
1111
author='DIRG',
1212
author_email='[email protected]',

0 commit comments

Comments
 (0)