From 47704ad9f906fce02c999b4156ae3f08f7570721 Mon Sep 17 00:00:00 2001 From: Jonathan Healy Date: Thu, 25 Apr 2024 20:04:48 +0800 Subject: [PATCH] v2.5.5.post1 (#676) * 2.5.5.post1 * fix version link --- CHANGES.md | 7 ++++--- VERSION | 2 +- stac_fastapi/api/stac_fastapi/api/version.py | 2 +- stac_fastapi/extensions/stac_fastapi/extensions/version.py | 2 +- stac_fastapi/types/stac_fastapi/types/version.py | 2 +- 5 files changed, 8 insertions(+), 7 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index c0f76867..2cde0488 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,13 +6,13 @@ ### Fixed -* Fix `service-doc` and `service-desc` url in landing page when using router prefix for `AsyncBaseCoreClient` +* Fix `service-doc` and `service-desc` url in landing page when using router prefix for `AsyncBaseCoreClient`. ([#675](https://github.com/stac-utils/stac-fastapi/pull/675)) ## [2.5.5] - 2024-04-24 ### Fixed -* Fix `service-doc` and `service-desc` url in landing page when using router prefix +* Fix `service-doc` and `service-desc` url in landing page when using router prefix. ([#673](https://github.com/stac-utils/stac-fastapi/pull/673)) ## [2.5.4] - 2024-04-24 @@ -346,7 +346,8 @@ * First PyPi release! -[Unreleased]: +[Unreleased]: +[2.5.5.post1]: [2.5.5]: [2.5.4]: [2.5.3]: diff --git a/VERSION b/VERSION index 0cadbc1e..0ee10b8e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.5.5 +2.5.5.post1 diff --git a/stac_fastapi/api/stac_fastapi/api/version.py b/stac_fastapi/api/stac_fastapi/api/version.py index f7ec15b0..017c068d 100644 --- a/stac_fastapi/api/stac_fastapi/api/version.py +++ b/stac_fastapi/api/stac_fastapi/api/version.py @@ -1,2 +1,2 @@ """Library version.""" -__version__ = "2.5.5" +__version__ = "2.5.5.post1" diff --git a/stac_fastapi/extensions/stac_fastapi/extensions/version.py b/stac_fastapi/extensions/stac_fastapi/extensions/version.py index f7ec15b0..017c068d 100644 --- a/stac_fastapi/extensions/stac_fastapi/extensions/version.py +++ b/stac_fastapi/extensions/stac_fastapi/extensions/version.py @@ -1,2 +1,2 @@ """Library version.""" -__version__ = "2.5.5" +__version__ = "2.5.5.post1" diff --git a/stac_fastapi/types/stac_fastapi/types/version.py b/stac_fastapi/types/stac_fastapi/types/version.py index f7ec15b0..017c068d 100644 --- a/stac_fastapi/types/stac_fastapi/types/version.py +++ b/stac_fastapi/types/stac_fastapi/types/version.py @@ -1,2 +1,2 @@ """Library version.""" -__version__ = "2.5.5" +__version__ = "2.5.5.post1"