Skip to content

Commit 74264d9

Browse files
author
Nathan Levesque
committed
Release mitol-django-scim/v2025.5.30
1 parent ac820a5 commit 74264d9

File tree

4 files changed

+11
-46
lines changed

4 files changed

+11
-46
lines changed

src/scim/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ and this project uses date-based versioning.
66

77
<!-- scriv-insert-here -->
88

9+
<a id='changelog-2025.5.30'></a>
10+
## [2025.5.30] - 2025-05-30
11+
12+
### Fixed
13+
14+
- Fixed status code handling for batch operations
15+
- Fixed email case sensitivity issue with scim sync
16+
917
<a id='changelog-2025.5.23'></a>
1018
## [2025.5.23] - 2025-05-23
1119

src/scim/changelog.d/20250530_092025_nlevesq.md

Lines changed: 0 additions & 43 deletions
This file was deleted.

src/scim/mitol/scim/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
default_app_config = "mitol.scim.apps.ScimApp"
44

5-
__version__ = "2025.5.23"
5+
__version__ = "2025.5.30"
66
__distributionname__ = "mitol-django-scim"

src/scim/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mitol-django-scim"
3-
version = "2025.5.23"
3+
version = "2025.5.30"
44
description = "Django application for SCIM integrations"
55
dependencies = [
66
"django-stubs>=1.13.1",
@@ -23,7 +23,7 @@ celery = [
2323
]
2424

2525
[tool.bumpver]
26-
current_version = "2025.5.23"
26+
current_version = "2025.5.30"
2727
version_pattern = "YYYY.MM.DD[.INC0]"
2828

2929
[tool.bumpver.file_patterns]

0 commit comments

Comments
 (0)