Skip to content

Commit a7636d5

Browse files
committed
chore: bump to 0.1.1
1 parent 333a413 commit a7636d5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.1.1 - 2025-01-27
2+
3+
- The fixture returns a dataclass object instead of a tuple.
4+
15
# 0.1.0 - 2025-01-27
26

37
- Initial release.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "pytest-scim2-server"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
description = " SCIM2 server fixture for Pytest "
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)