-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Make cookie parameters configurable - Avoid setting duplicate set-cookie headers - Complete the support for the mdui:UIInfo element - satosa-saml-metadata: make signing optional - metadata_creation: for SAML backend, use sp.config to render metadata - tests: update markers of supported Python versions - deps: move away from pkg_resources when deriving the package version at runtime Signed-off-by: Ivan Kanakarakis <[email protected]>
- Loading branch information
1 parent
1206ea5
commit 44aa4ac
Showing
3 changed files
with
13 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[bumpversion] | ||
current_version = 8.3.0 | ||
current_version = 8.4.0 | ||
commit = True | ||
tag = True | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
|
||
setup( | ||
name='SATOSA', | ||
version='8.3.0', | ||
version='8.4.0', | ||
description='Protocol proxy (SAML/OIDC).', | ||
author='DIRG', | ||
author_email='[email protected]', | ||
|