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 e1bb6f0 commit f7dc271Copy full SHA for f7dc271
CHANGES.md
@@ -1,3 +1,7 @@
1
+# 0.1.4 - 2025-05-11
2
+
3
+- Python package metadata update.
4
5
# 0.1.3 - 2025-03-28
6
7
- Option to disable the server request logging.
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "pytest-scim2-server"
-version = "0.1.3"
+version = "0.1.4"
8
description = "SCIM2 server fixture for Pytest"
9
readme = "README.md"
10
requires-python = ">=3.10"
0 commit comments