File tree Expand file tree Collapse file tree 4 files changed +10
-45
lines changed
Expand file tree Collapse file tree 4 files changed +10
-45
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ and this project uses date-based versioning.
66
77<!-- scriv-insert-here -->
88
9+ <a id =' changelog-2025.5.30.1 ' ></a >
10+ ## [ 2025.5.30.1] - 2025-05-30
11+
12+ ### Fixed
13+
14+ - Fixed a duplicate user on sync error
15+
916<a id =' changelog-2025.5.30 ' ></a >
1017## [ 2025.5.30] - 2025-05-30
1118
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.30"
5+ __version__ = "2025.5.30.1 "
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.30"
3+ version = " 2025.5.30.1 "
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.30"
26+ current_version = " 2025.5.30.1 "
2727version_pattern = " YYYY.MM.DD[.INC0]"
2828
2929[tool .bumpver .file_patterns ]
You can’t perform that action at this time.
0 commit comments