Skip to content

Commit b20da94

Browse files
authoredMar 3, 2025··
Release/v5.0.3 (#804)
* prepare release * Bump version: 5.0.2 → 5.0.3
1 parent cbf57a2 commit b20da94

File tree

6 files changed

+10
-6
lines changed

6 files changed

+10
-6
lines changed
 

‎CHANGES.md

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

33
## [Unreleased]
44

5+
## [5.0.3] - 2025-03-03
6+
57
### Added
68

79
- added descriptive message to `types.search.str2bbox` length assert
@@ -585,7 +587,9 @@ Full changelog: https://stac-utils.github.io/stac-fastapi/migrations/v3.0.0/#cha
585587

586588
* First PyPi release!
587589

588-
[Unreleased]: <https://github.com/stac-utils/stac-fastapi/compare/5.0.1..main>
590+
[Unreleased]: <https://github.com/stac-utils/stac-fastapi/compare/5.0.3..main>
591+
[5.0.3]: <https://github.com/stac-utils/stac-fastapi/compare/5.0.1..5.0.3>
592+
[5.0.2]: <https://github.com/stac-utils/stac-fastapi/compare/5.0.1..5.0.2>
589593
[5.0.1]: <https://github.com/stac-utils/stac-fastapi/compare/5.0.0..5.0.1>
590594
[5.0.0]: <https://github.com/stac-utils/stac-fastapi/compare/4.0.1..5.0.0>
591595
[4.0.1]: <https://github.com/stac-utils/stac-fastapi/compare/4.0.0..4.0.1>

‎VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.0.2
1+
5.0.3

‎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.0.2"
27+
current_version = "5.0.3"
2828
parse = """(?x)
2929
(?P<major>\\d+)\\.
3030
(?P<minor>\\d+)\\.
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Library version."""
22

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

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

3-
__version__ = "5.0.2"
3+
__version__ = "5.0.3"

0 commit comments

Comments
 (0)
Please sign in to comment.