Skip to content

Commit f60277f

Browse files
author
nathan
committed
Release mitol-django-scim/v2025.3.31
1 parent df934a8 commit f60277f

File tree

6 files changed

+12
-125
lines changed

6 files changed

+12
-125
lines changed

src/scim/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project uses date-based versioning.
66

77
<!-- scriv-insert-here -->
8+
9+
<a id='changelog-2025.3.31'></a>
10+
## [2025.3.31] - 2025-03-31
11+
12+
### Added
13+
14+
- Add the mitol-django-scim app
15+
16+
- Added a minimum version for pyparsing.

src/scim/changelog.d/20250305_124256_nlevesq_add_ol_django_scim.md

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

src/scim/changelog.d/20250331_080443_nlevesq_bump_min_pyparsing.md

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

src/scim/changelog.d/20250331_144925_nlevesq_add_scim_metadata.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__ = "0.0.0"
5+
__version__ = "2025.3.31"
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 = "0.0.0"
3+
version = "2025.3.31"
44
description = "Django application for SCIM integrations"
55
dependencies = [
66
"django-stubs>=1.13.1",
@@ -17,7 +17,7 @@ license = "BSD-3-Clause"
1717
requires-python = ">=3.10"
1818

1919
[tool.bumpver]
20-
current_version = "0.0.0"
20+
current_version = "2025.3.31"
2121
version_pattern = "YYYY.MM.DD[.INC0]"
2222

2323
[tool.bumpver.file_patterns]

0 commit comments

Comments
 (0)