Skip to content

Commit aece3c0

Browse files
author
nathan
committed
Release mitol-django-common/v2025.4.2
1 parent f60277f commit aece3c0

File tree

4 files changed

+10
-43
lines changed

4 files changed

+10
-43
lines changed

src/common/CHANGELOG.md

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

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

9+
<a id='changelog-2025.4.2'></a>
10+
## [2025.4.2] - 2025-04-02
11+
12+
### Added
13+
14+
- Added `with_scim` trait to `UserFactory`
15+
916
<a id='changelog-2025.3.17'></a>
1017
## [2025.3.17] - 2025-03-17
1118

src/common/changelog.d/20250306_141559_nlevesq_add_ol_django_scim.md

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

src/common/mitol/common/__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.common.apps.CommonApp"
44

5-
__version__ = "2025.3.17"
5+
__version__ = "2025.4.2"
66
__distributionname__ = "mitol-django-common"

src/common/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "mitol-django-common"
33
description = "MIT Open Learning django app extensions for common utilities"
4-
version = "2025.3.17"
4+
version = "2025.4.2"
55
dependencies = [
66
"django-redis~=5.0",
77
"django-stubs>=1.13.1",
@@ -18,7 +18,7 @@ license = "BSD-3-Clause"
1818
requires-python = ">=3.10"
1919

2020
[tool.bumpver]
21-
current_version = "2025.3.17"
21+
current_version = "2025.4.2"
2222
version_pattern = "YYYY.MM.DD[.INC0]"
2323

2424
[tool.bumpver.file_patterns]

0 commit comments

Comments
 (0)