Skip to content

Commit a81cc09

Browse files
authored
update v6.2.2 -> v6.3.0 (#393)
1 parent 475ae19 commit a81cc09

4 files changed

Lines changed: 7 additions & 4 deletions

File tree

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+
## [6.3.0] - 2026-06-23
6+
57
### Changed
68

79
- remove pgstac 0.8.6 in tests and update documentation ([#354](https://github.com/stac-utils/stac-fastapi-pgstac/pull/354))
@@ -595,7 +597,8 @@ As a part of this release, this repository was extracted from the main
595597

596598
- First PyPi release!
597599

598-
[Unreleased]: <https://github.com/stac-utils/stac-fastapi-pgstac/compare/6.2.2..main>
600+
[Unreleased]: <https://github.com/stac-utils/stac-fastapi-pgstac/compare/6.3.0..main>
601+
[6.3.0]: <https://github.com/stac-utils/stac-fastapi-pgstac/compare/6.2.2..6.3.0>
599602
[6.2.2]: <https://github.com/stac-utils/stac-fastapi-pgstac/compare/6.2.1..6.2.2>
600603
[6.2.1]: <https://github.com/stac-utils/stac-fastapi-pgstac/compare/6.2.0..6.2.1>
601604
[6.2.0]: <https://github.com/stac-utils/stac-fastapi-pgstac/compare/6.1.5..6.2.0>

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.2.2
1+
6.3.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ ignore = [
144144
]
145145

146146
[tool.bumpversion]
147-
current_version = "6.2.2"
147+
current_version = "6.3.0"
148148
parse = """(?x)
149149
(?P<major>\\d+)\\.
150150
(?P<minor>\\d+)\\.

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__ = "6.2.2"
3+
__version__ = "6.3.0"

0 commit comments

Comments
 (0)