From 8200870a0730a029262cee2e0fb768b3d9c40432 Mon Sep 17 00:00:00 2001 From: Pete Gadomski Date: Wed, 21 Jun 2023 15:10:34 -0600 Subject: [PATCH] release: v2.4.9 (#47) --- CHANGES.md | 5 ++++- VERSION | 2 +- stac_fastapi/pgstac/version.py | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 7d2912b..e5de2e5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [2.4.9] - 2023-06-21 + ### Fixed - 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 - First PyPi release! -[Unreleased]: +[Unreleased]: +[2.4.9]: [2.4.8]: [2.4.7]: [2.4.6]: diff --git a/VERSION b/VERSION index 752a79e..1583498 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.4.8 \ No newline at end of file +2.4.9 \ No newline at end of file diff --git a/stac_fastapi/pgstac/version.py b/stac_fastapi/pgstac/version.py index f18a6d6..1fc29bf 100644 --- a/stac_fastapi/pgstac/version.py +++ b/stac_fastapi/pgstac/version.py @@ -1,2 +1,2 @@ """library version.""" -__version__ = "2.4.8" +__version__ = "2.4.9"