Skip to content

Commit 119ad6c

Browse files
committed
Release mitol-django-oauth-toolkit-extensions/v2023.12.19.1
1 parent 741824c commit 119ad6c

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

src/mitol/oauth_toolkit_extensions/CHANGELOG.md

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

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

9+
<a id='changelog-2023.12.19.1'></a>
10+
## [2023.12.19.1] - 2023-12-19
11+
12+
### Changed
13+
14+
- Updated changelog management and versioning scheme.
15+
16+
- Updated requirements and lockfiles to support Django 4.
17+
- Removed support for Django 2.2.
18+
919
<a id='changelog-2023.12.19'></a>
1020
## [2023.12.19] - 2023-12-19
1121

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
""" mitol.oauth_toolkit_extensions """
22
default_app_config = "mitol.oauth_toolkit_extensions.apps.OAuthToolkitExtensionsApp"
33

4-
__version__ = "2023.12.19"
4+
__version__ = "2023.12.19.1"
55
__distributionname__ = "mitol-django-oauth-toolkit-extensions"

src/mitol/oauth_toolkit_extensions/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[project]
22
name = "mitol-django-oauth-toolkit-extensions"
3-
version = "2023.12.19"
3+
version = "2023.12.19.1"
44

55
[tool.bumpver]
6-
current_version = "2023.12.19"
6+
current_version = "2023.12.19.1"
77
version_pattern = "YYYY.MM.DD[.INC0]"
88

99
[tool.bumpver.file_patterns]

0 commit comments

Comments
 (0)