File tree Expand file tree Collapse file tree 4 files changed +11
-46
lines changed
Expand file tree Collapse file tree 4 files changed +11
-46
lines changed Original file line number Diff line number Diff 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
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22
33default_app_config = "mitol.scim.apps.ScimApp"
44
5- __version__ = "2025.5.23 "
5+ __version__ = "2025.5.30 "
66__distributionname__ = "mitol-django-scim"
Original file line number Diff line number Diff line change 11[project ]
22name = " mitol-django-scim"
3- version = " 2025.5.23 "
3+ version = " 2025.5.30 "
44description = " Django application for SCIM integrations"
55dependencies = [
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 "
2727version_pattern = " YYYY.MM.DD[.INC0]"
2828
2929[tool .bumpver .file_patterns ]
You can’t perform that action at this time.
0 commit comments