Skip to content

Commit 0fc5d46

Browse files
Release/v6.1.0 (#310)
* update change * Bump version: 6.0.2 → 6.1.0 * fix sdist
1 parent 8fe690a commit 0fc5d46

File tree

5 files changed

+108
-34
lines changed

5 files changed

+108
-34
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+
## [6.1.0] - 2025-11-03
6+
57
### Changed
68

79
- update `pypgstac` version requirement to `>=0.9,<0.10`
@@ -506,7 +508,8 @@ As a part of this release, this repository was extracted from the main
506508

507509
- First PyPi release!
508510

509-
[Unreleased]: <https://github.com/stac-utils/stac-fastapi-pgstac/compare/6.0.2..main>
511+
[Unreleased]: <https://github.com/stac-utils/stac-fastapi-pgstac/compare/6.1.0..main>
512+
[6.1.0]: <https://github.com/stac-utils/stac-fastapi-pgstac/compare/6.0.2..6.1.0>
510513
[6.0.2]: <https://github.com/stac-utils/stac-fastapi-pgstac/compare/6.0.1..6.0.2>
511514
[6.0.1]: <https://github.com/stac-utils/stac-fastapi-pgstac/compare/6.0.0..6.0.1>
512515
[6.0.0]: <https://github.com/stac-utils/stac-fastapi-pgstac/compare/5.0.3..6.0.0>

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.0.2
1+
6.1.0

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ dev = [
7474
"shapely",
7575
"httpx",
7676
"psycopg[pool,binary]==3.2.*",
77+
"bump-my-version",
7778
]
7879
docs = [
7980
"black>=23.10.1",
@@ -91,7 +92,7 @@ Homepage = 'https://github.com/stac-utils/stac-fastapi-pgstac'
9192
path = "stac_fastapi/pgstac/version.py"
9293

9394
[tool.hatch.build.targets.sdist]
94-
exclude = ["tests/"]
95+
only-include = ["stac_fastapi"]
9596

9697
[tool.hatch.build.targets.wheel]
9798
only-include = ["stac_fastapi"]
@@ -143,7 +144,7 @@ ignore = [
143144
]
144145

145146
[tool.bumpversion]
146-
current_version = "6.0.2"
147+
current_version = "6.1.0"
147148
parse = """(?x)
148149
(?P<major>\\d+)\\.
149150
(?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.0.2"
3+
__version__ = "6.1.0"

uv.lock

Lines changed: 99 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)