Skip to content

Commit

Permalink
openconnect-sso: version bumped to 0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
László Vaskó committed Dec 3, 2019
1 parent d9104ae commit 6d7b8f7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openconnect_sso/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "0.3.6"
__version__ = "0.3.7"
__description__ = "Wrapper script for OpenConnect supporting Azure AD (SAMLv2) authentication to Cisco SSL-VPNs"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "openconnect-sso"
version = "0.3.6"
version = "0.3.7"
description = "Wrapper script for OpenConnect supporting Azure AD (SAMLv2) authentication to Cisco SSL-VPNs"
authors = ["László Vaskó <[email protected]>"]
readme = "README.md"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
features:
- |
Support redirection when e.g. VPN endpoint is behind a load-balancer

0 comments on commit 6d7b8f7

Please sign in to comment.