Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
László Vaskó committed Sep 11, 2019
2 parents 009e8e8 + 19f6319 commit 47dfa02
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion openconnect_sso/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.2.1"
__version__ = "0.3.0"
__description__ = (
"Wrapper script for OpenConnect supporting Azure AD (SAMLv2) authentication"
)
2 changes: 0 additions & 2 deletions openconnect_sso/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,6 @@ async def run_openconnect(auth_info, host, args):
proc = await asyncio.create_subprocess_exec(
"sudo",
"openconnect",
"--csd-user",
"nobody",
"--cookie-on-stdin",
"--servercert",
auth_info.server_cert_hash,
Expand Down
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.2.1"
version = "0.3.0"
description = "Wrapper script for OpenConnect supporting Azure AD (SAMLv2) authentication"
authors = ["László Vaskó <laszlo.vasko@outlook.com>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_openconnect_sso.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version():
assert __version__ == '0.2.1'
assert __version__ == '0.3.0'

0 comments on commit 47dfa02

Please sign in to comment.