Skip to content

Commit 2e14348

Browse files
authored
update for v2.5.2 (#663)
1 parent 1148c9d commit 2e14348

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed

CHANGES.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [2.5.2] - 2024-04-19
6+
57
### Fixed
68

79
* BaseSearchGetRequest datetime validator str_to_interval not allowing GET /search requests with datetime = None ([#662](https://github.com/stac-utils/stac-fastapi/pull/662))
@@ -318,7 +320,8 @@
318320

319321
* First PyPi release!
320322

321-
[Unreleased]: <https://github.com/stac-utils/stac-fastapi/compare/2.5.1..main>
323+
[Unreleased]: <https://github.com/stac-utils/stac-fastapi/compare/2.5.2..main>
324+
[2.5.2]: <https://github.com/stac-utils/stac-fastapi/compare/2.5.1..2.5.2>
322325
[2.5.1]: <https://github.com/stac-utils/stac-fastapi/compare/2.5.0..2.5.1>
323326
[2.5.0]: <https://github.com/stac-utils/stac-fastapi/compare/2.4.9..2.5.0>
324327
[2.4.9]: <https://github.com/stac-utils/stac-fastapi/compare/2.4.8..2.4.9>

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.5.1
1+
2.5.2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Library version."""
2-
__version__ = "2.5.1"
2+
__version__ = "2.5.2"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Library version."""
2-
__version__ = "2.5.1"
2+
__version__ = "2.5.2"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Library version."""
2-
__version__ = "2.5.1"
2+
__version__ = "2.5.2"

0 commit comments

Comments
 (0)