Skip to content

Commit 473bf95

Browse files
committed
Release version 7.0.3
Signed-off-by: Ivan Kanakarakis <[email protected]>
1 parent 21bdada commit 473bf95

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 7.0.2
2+
current_version = 7.0.3
33
commit = True
44
tag = True
55

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 7.0.3 (2021-01-21)
4+
5+
- dependencies: Set minimum pysaml2 version to v6.5.1 to fix internal XML
6+
parser issues around the xs and xsd namespace prefixes declarations
7+
8+
39
## 7.0.2 (2021-01-20) - Security release for pySAML2 dependency
410

511
- Add RegexSubProcessor attribute processor

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name='SATOSA',
9-
version='7.0.2',
9+
version='7.0.3',
1010
description='Protocol proxy (SAML/OIDC).',
1111
author='DIRG',
1212
author_email='[email protected]',
@@ -16,7 +16,7 @@
1616
package_dir={'': 'src'},
1717
install_requires=[
1818
"pyop >= 3.0.1",
19-
"pysaml2 >= 6.5.0",
19+
"pysaml2 >= 6.5.1",
2020
"pycryptodomex",
2121
"requests",
2222
"PyYAML",

0 commit comments

Comments
 (0)