Skip to content

Commit bd0474d

Browse files
committed
Fix version and distribution settings for apigateway
1 parent 05e4079 commit bd0474d

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

src/apigateway/changelog.d/20250312_091435_jkachel_6663_add_apisix_middleware.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Uncomment the section that is right (remove the HTML comment wrapper).
1212
-->
1313
### Added
1414

15-
- Adds the apigateway app to consolidate API gateway (APISIX) authentication code into one reusable implementation.
15+
- Adds the apigateway app to pull API gateway (APISIX) authentication code into one reusable implementation.
1616

1717
<!--
1818
### Changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
"""mitol.uvtestapp"""
1+
"""mitol.apigateway"""
22

3-
default_app_config = "mitol.uvtestapp.apps.UvtestappApp"
3+
default_app_config = "mitol.apigateway.apps.ApigatewayApp"
44

5-
__version__ = "2024.10.24"
6-
__distributionname__ = "mitol-django-uvtestapp"
5+
__version__ = "2025.3.11"
6+
__distributionname__ = "mitol-django-apigateway"

src/apigateway/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mitol-django-apigateway"
3-
version = "2025.03.11"
3+
version = "2025.4.4"
44
description = "MIT Open Learning Django app for API Gateway support"
55
dependencies = [
66
"django-stubs>=1.13.1",
@@ -13,14 +13,14 @@ license = "BSD-3-Clause"
1313
requires-python = ">=3.10"
1414

1515
[tool.bumpver]
16-
current_version = "2025.03.11"
16+
current_version = "2025.4.4"
1717
version_pattern = "YYYY.MM.DD[.INC0]"
1818

1919
[tool.bumpver.file_patterns]
2020
"pyproject.toml" = [
2121
'version = "{version}"',
2222
]
23-
"mitol/uvtestapp/__init__.py" = [
23+
"mitol/apigateway/__init__.py" = [
2424
'__version__ = "{version}"',
2525
]
2626

uv.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)