Skip to content

Commit 8200870

Browse files
authored
release: v2.4.9 (#47)
1 parent 659e46f commit 8200870

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
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.9] - 2023-06-21
6+
57
### Fixed
68

79
- Pass `request` by name when calling endpoints from other endpoints ([#44](https://github.com/stac-utils/stac-fastapi-pgstac/pull/44))
@@ -277,7 +279,8 @@ As a part of this release, this repository was extracted from the main
277279

278280
- First PyPi release!
279281

280-
[Unreleased]: <https://github.com/stac-utils/stac-fastapi-pgstac/compare/2.4.8..main>
282+
[Unreleased]: <https://github.com/stac-utils/stac-fastapi-pgstac/compare/2.4.9..main>
283+
[2.4.9]: <https://github.com/stac-utils/stac-fastapi-pgstac/compare/2.4.8..2.4.9>
281284
[2.4.8]: <https://github.com/stac-utils/stac-fastapi-pgstac/compare/2.4.7..2.4.8>
282285
[2.4.7]: <https://github.com/stac-utils/stac-fastapi-pgstac/compare/2.4.6..2.4.7>
283286
[2.4.6]: <https://github.com/stac-utils/stac-fastapi-pgstac/compare/2.4.5..2.4.6>

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.4.8
1+
2.4.9

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.8"
2+
__version__ = "2.4.9"

0 commit comments

Comments
 (0)