We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63044b5 commit 7776a99Copy full SHA for 7776a99
CHANGES.md
@@ -1,3 +1,7 @@
1
+# 0.1.2 - 2025-01-27
2
+
3
+- Initial GHA workflow.
4
5
# 0.1.1 - 2025-01-27
6
7
- The fixture returns a dataclass object instead of a tuple.
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "pytest-scim2-server"
-version = "0.1.1"
+version = "0.1.2"
8
description = " SCIM2 server fixture for Pytest "
9
readme = "README.md"
10
requires-python = ">=3.10"
0 commit comments