Skip to content

Commit

Permalink
Release version 7.0.3
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
  • Loading branch information
c00kiemon5ter committed Jan 20, 2021
1 parent 21bdada commit 473bf95
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 7.0.2
current_version = 7.0.3
commit = True
tag = True

Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## 7.0.3 (2021-01-21)

- dependencies: Set minimum pysaml2 version to v6.5.1 to fix internal XML
parser issues around the xs and xsd namespace prefixes declarations


## 7.0.2 (2021-01-20) - Security release for pySAML2 dependency

- Add RegexSubProcessor attribute processor
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -6,7 +6,7 @@

setup(
name='SATOSA',
version='7.0.2',
version='7.0.3',
description='Protocol proxy (SAML/OIDC).',
author='DIRG',
author_email='satosa-dev@lists.sunet.se',
Expand All @@ -16,7 +16,7 @@
package_dir={'': 'src'},
install_requires=[
"pyop >= 3.0.1",
"pysaml2 >= 6.5.0",
"pysaml2 >= 6.5.1",
"pycryptodomex",
"requests",
"PyYAML",
Expand Down

0 comments on commit 473bf95

Please sign in to comment.