Skip to content

Commit 9d5525d

Browse files
pre-release 3.0.0a0 (#116)
* pre-release 3.0.0a0 * update links
1 parent 9163c6b commit 9d5525d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
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+
## [3.0.0a0] - 2024-05-10
6+
57
### Changed
68

79
- 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
306308

307309
- First PyPi release!
308310

309-
[Unreleased]: <https://github.com/stac-utils/stac-fastapi-pgstac/compare/2.5.0..main>
311+
[Unreleased]: <https://github.com/stac-utils/stac-fastapi-pgstac/compare/3.0.0a0..main>
312+
[3.0.0a0]: <https://github.com/stac-utils/stac-fastapi-pgstac/compare/2.5.0..3.0.0a0>
310313
[2.5.0]: <https://github.com/stac-utils/stac-fastapi-pgstac/compare/2.4.11..2.5.0>
311314
[2.4.11]: <https://github.com/stac-utils/stac-fastapi-pgstac/compare/2.4.10..2.4.11>
312315
[2.4.10]: <https://github.com/stac-utils/stac-fastapi-pgstac/compare/2.4.9..2.4.10>

stac_fastapi/pgstac/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""library version."""
22

3-
__version__ = "2.5.0"
3+
__version__ = "3.0.0a0"

0 commit comments

Comments
 (0)