File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed
src/mitol/oauth_toolkit_extensions Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,16 @@ and this project uses date-based versioning.
6
6
7
7
<!-- scriv-insert-here -->
8
8
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
+
9
19
<a id =' changelog-2023.12.19 ' ></a >
10
20
## [ 2023.12.19] - 2023-12-19
11
21
Original file line number Diff line number Diff line change 1
1
""" mitol.oauth_toolkit_extensions """
2
2
default_app_config = "mitol.oauth_toolkit_extensions.apps.OAuthToolkitExtensionsApp"
3
3
4
- __version__ = "2023.12.19"
4
+ __version__ = "2023.12.19.1 "
5
5
__distributionname__ = "mitol-django-oauth-toolkit-extensions"
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " mitol-django-oauth-toolkit-extensions"
3
- version = " 2023.12.19"
3
+ version = " 2023.12.19.1 "
4
4
5
5
[tool .bumpver ]
6
- current_version = " 2023.12.19"
6
+ current_version = " 2023.12.19.1 "
7
7
version_pattern = " YYYY.MM.DD[.INC0]"
8
8
9
9
[tool .bumpver .file_patterns ]
You can’t perform that action at this time.
0 commit comments