From 9d5525dcc0f64b4e17a46df28dced144842f54e2 Mon Sep 17 00:00:00 2001 From: Vincent Sarago Date: Fri, 10 May 2024 16:18:53 +0200 Subject: [PATCH] pre-release 3.0.0a0 (#116) * pre-release 3.0.0a0 * update links --- CHANGES.md | 5 ++++- stac_fastapi/pgstac/version.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index ee64215..7b5dd70 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [3.0.0a0] - 2024-05-10 + ### Changed - Update stac-fastapi libraries to v3.0.0a0 ([#108](https://github.com/stac-utils/stac-fastapi-pgstac/pull/108)) @@ -306,7 +308,8 @@ As a part of this release, this repository was extracted from the main - First PyPi release! -[Unreleased]: +[Unreleased]: +[3.0.0a0]: [2.5.0]: [2.4.11]: [2.4.10]: diff --git a/stac_fastapi/pgstac/version.py b/stac_fastapi/pgstac/version.py index d0881d9..3cb583d 100644 --- a/stac_fastapi/pgstac/version.py +++ b/stac_fastapi/pgstac/version.py @@ -1,3 +1,3 @@ """library version.""" -__version__ = "2.5.0" +__version__ = "3.0.0a0"