Skip to content

Commit e033d62

Browse files
committed
chore: bump to 0.4.3
1 parent 9a4ab09 commit e033d62

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

doc/changelog.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
Changelog
22
=========
33

4+
[0.4.3] - 2024-12-06
5+
--------------------
6+
7+
- Add :paramref:`~scim2_client.SCIMClient.check_response_content_type` and
8+
:paramref:`~scim2_client.SCIMClient.check_response_status_codes` parameters.
9+
410
[0.4.2] - 2024-12-03
511
--------------------
612

713
Added
814
^^^^^
915
- :class:`~scim2_client.client.BaseSyncSCIMClient.discover` has parameters to select which objects to discover.
10-
- Add :paramref:`~scim2_client.SCIMClient.check_response_content_type` and
11-
:paramref:`~scim2_client.SCIMClient.check_response_status_codes` parameters.
1216

1317
[0.4.1] - 2024-12-02
1418
--------------------

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "scim2-client"
7-
version = "0.4.2"
7+
version = "0.4.3"
88
description = "Pythonically build SCIM requests and parse SCIM responses"
99
authors = [{name="Yaal Coop", email="[email protected]"}]
1010
license = {file = "LICENSE.md"}

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)