From 659ddc374b7001dc7c7ad2cc2fd29e3f420b0573 Mon Sep 17 00:00:00 2001 From: Vincent Sarago Date: Wed, 19 Jun 2024 09:24:48 +0200 Subject: [PATCH] pre-release 3.0.0a2 (#125) * update changelog * 3.0.0a1 -> 3.0.0a2 --- 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 fdab5fd6..8534db00 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [3.0.0a2] - 2024-06-18 + - Update stac-fastapi libraries to `~=3.0.0a3` - make sure the application can work without any extension @@ -316,7 +318,8 @@ As a part of this release, this repository was extracted from the main - First PyPi release! -[Unreleased]: +[Unreleased]: +[3.0.0a2]: [3.0.0a1]: [3.0.0a0]: [2.5.0]: diff --git a/VERSION b/VERSION index a6f4248b..3a5b5bc9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.0a1 +3.0.0a2 diff --git a/stac_fastapi/pgstac/version.py b/stac_fastapi/pgstac/version.py index ee78e932..09df47a7 100644 --- a/stac_fastapi/pgstac/version.py +++ b/stac_fastapi/pgstac/version.py @@ -1,3 +1,3 @@ """library version.""" -__version__ = "3.0.0a1" +__version__ = "3.0.0a2"