We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 333a413 commit a7636d5Copy full SHA for a7636d5
CHANGES.md
@@ -1,3 +1,7 @@
1
+# 0.1.1 - 2025-01-27
2
+
3
+- The fixture returns a dataclass object instead of a tuple.
4
5
# 0.1.0 - 2025-01-27
6
7
- Initial release.
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "pytest-scim2-server"
-version = "0.1.0"
+version = "0.1.1"
8
description = " SCIM2 server fixture for Pytest "
9
readme = "README.md"
10
requires-python = ">=3.10"
0 commit comments