Skip to content

Commit 6832267

Browse files
committed
Release mitol-django-common/v2025.8.19
1 parent 9164aa8 commit 6832267

File tree

4 files changed

+11
-46
lines changed

4 files changed

+11
-46
lines changed

src/common/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.8.19'></a>
10+
## [2025.8.19] - 2025-08-19
11+
12+
### Fixed
13+
14+
- Improved username collision detection regex to be more precise and avoid false matches
15+
- Added proper error handling for username suffix extraction in `_find_available_username`
16+
917
<a id='changelog-2025.8.1'></a>
1018
## [2025.8.1] - 2025-08-01
1119

src/common/changelog.d/20250819_163705_areebsajjad21_fix_nonetype_handling.md

Lines changed: 0 additions & 43 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.8.1"
5+
__version__ = "2025.8.19"
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.8.1"
4+
version = "2025.8.19"
55
dependencies = [
66
"django-redis~=6.0",
77
"django-stubs>=1.13.1",
@@ -23,7 +23,7 @@ celery = [
2323
]
2424

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

2929
[tool.bumpver.file_patterns]

0 commit comments

Comments
 (0)