Skip to content

Commit 89c715e

Browse files
author
László Vaskó
committed
openconnect-sso: version bumped to 0.2.1
1 parent 2b41145 commit 89c715e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

openconnect_sso/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.2.0"
1+
__version__ = "0.2.1"
22
__description__ = (
33
"Wrapper script for OpenConnect supporting Azure AD (SAMLv2) authentication"
44
)

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "openconnect-sso"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "Wrapper script for OpenConnect supporting Azure AD (SAMLv2) authentication"
55
authors = ["László Vaskó <[email protected]>"]
66
readme = "README.md"

tests/test_openconnect_sso.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33

44
def test_version():
5-
assert __version__ == '0.2.0'
5+
assert __version__ == '0.2.1'

0 commit comments

Comments
 (0)