Skip to content

Commit

Permalink
Release mitol-django-authentication/v2025.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
marslanabdulrauf committed Feb 12, 2025
1 parent 79dda83 commit d661564
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions src/authentication/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ and this project uses date-based versioning.

<!-- scriv-insert-here -->

<a id='changelog-2025.2.12'></a>
## [2025.2.12] - 2025-02-13

### Security

- Bump djoser to 2.3.1

<a id='changelog-2024.10.24.6'></a>
## [2024.10.24.6] - 2024-10-24

Expand Down
2 changes: 1 addition & 1 deletion src/authentication/mitol/authentication/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""mitol.authentication"""

__version__ = "2025.1.9"
__version__ = "2025.2.12"
__distributionname__ = "mitol-django-authentication"
4 changes: 2 additions & 2 deletions src/authentication/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "mitol-django-authentication"
description = "MIT Open Learning django app extensions for oauth toolkit"
version = "2025.1.9"
version = "2025.2.12"
dependencies = [
"mitol-django-common",
"django-anymail>=6.0",
Expand All @@ -19,7 +19,7 @@ license = "BSD-3-Clause"
requires-python = ">=3.8"

[tool.bumpver]
current_version = "2025.1.9"
current_version = "2025.2.12"
version_pattern = "YYYY.MM.DD[.INC0]"

[tool.bumpver.file_patterns]
Expand Down

0 comments on commit d661564

Please sign in to comment.