Skip to content

Commit 9692f1e

Browse files
authored
release: v2.4.10 (#53)
1 parent 9216f04 commit 9692f1e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
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.4.10] - 2023-08-18
6+
57
### Fixed
68

79
- Added back the `CMD` to the Dockerfile that was dropped during the repo split ([#52](https://github.com/stac-utils/stac-fastapi-pgstac/pull/52))
@@ -283,7 +285,8 @@ As a part of this release, this repository was extracted from the main
283285

284286
- First PyPi release!
285287

286-
[Unreleased]: <https://github.com/stac-utils/stac-fastapi-pgstac/compare/2.4.9..main>
288+
[Unreleased]: <https://github.com/stac-utils/stac-fastapi-pgstac/compare/2.4.10..main>
289+
[2.4.10]: <https://github.com/stac-utils/stac-fastapi-pgstac/compare/2.4.9..2.4.10>
287290
[2.4.9]: <https://github.com/stac-utils/stac-fastapi-pgstac/compare/2.4.8..2.4.9>
288291
[2.4.8]: <https://github.com/stac-utils/stac-fastapi-pgstac/compare/2.4.7..2.4.8>
289292
[2.4.7]: <https://github.com/stac-utils/stac-fastapi-pgstac/compare/2.4.6..2.4.7>

stac_fastapi/pgstac/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""library version."""
2-
__version__ = "2.4.9"
2+
__version__ = "2.4.10"

0 commit comments

Comments
 (0)