Skip to content

Commit 417ea2c

Browse files
Release/v5.2.0 (#829)
* release date * Bump version: 5.1.1 → 5.2.0 * fix changelog links * update sub-module requirements
1 parent 78a6f97 commit 417ea2c

File tree

8 files changed

+12
-9
lines changed

8 files changed

+12
-9
lines changed

CHANGES.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [5.2.0] - 2025-04-18
6+
57
### Fixed
68

79
- Remove defaults in OpenAPI schemas
@@ -613,7 +615,8 @@ Full changelog: https://stac-utils.github.io/stac-fastapi/migrations/v3.0.0/#cha
613615

614616
* First PyPi release!
615617

616-
[Unreleased]: <https://github.com/stac-utils/stac-fastapi/compare/5.1.1..main>
618+
[Unreleased]: <https://github.com/stac-utils/stac-fastapi/compare/5.2.0..main>
619+
[5.2.0]: <https://github.com/stac-utils/stac-fastapi/compare/5.1.1..5.2.0>
617620
[5.1.1]: <https://github.com/stac-utils/stac-fastapi/compare/5.1.0..5.1.1>
618621
[5.1.0]: <https://github.com/stac-utils/stac-fastapi/compare/5.0.3..5.1.0>
619622
[5.0.3]: <https://github.com/stac-utils/stac-fastapi/compare/5.0.2..5.0.3>

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.1.1
1+
5.2.0

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ section-order = ["future", "standard-library", "third-party", "first-party", "lo
2424
quote-style = "double"
2525

2626
[tool.bumpversion]
27-
current_version = "5.1.1"
27+
current_version = "5.2.0"
2828
parse = """(?x)
2929
(?P<major>\\d+)\\.
3030
(?P<minor>\\d+)\\.

stac_fastapi/api/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
install_requires = [
99
"brotli_asgi",
10-
"stac-fastapi.types~=5.0",
10+
"stac-fastapi.types~=5.2",
1111
]
1212

1313
extra_reqs = {
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Library version."""
22

3-
__version__ = "5.1.1"
3+
__version__ = "5.2.0"

stac_fastapi/extensions/setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
desc = f.read()
88

99
install_requires = [
10-
"stac-fastapi.types~=5.0",
11-
"stac-fastapi.api~=5.0",
10+
"stac-fastapi.types~=5.2",
11+
"stac-fastapi.api~=5.2",
1212
]
1313

1414
extra_reqs = {
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Library version."""
22

3-
__version__ = "5.1.1"
3+
__version__ = "5.2.0"
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Library version."""
22

3-
__version__ = "5.1.1"
3+
__version__ = "5.2.0"

0 commit comments

Comments
 (0)