Skip to content

Commit f33a4da

Browse files
Release/v6.1.3 (#332)
* update changelog * Bump version: 6.1.2 → 6.1.3
1 parent 4cec6f0 commit f33a4da

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGES.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [6.1.3] - 2025-12-06
6+
57
### Fixed
68

79
- avoid pydantic validation for `/collections` response when using `fields` extension ([#326](https://github.com/stac-utils/stac-fastapi-pgstac/pull/326))
@@ -530,7 +532,9 @@ As a part of this release, this repository was extracted from the main
530532

531533
- First PyPi release!
532534

533-
[Unreleased]: <https://github.com/stac-utils/stac-fastapi-pgstac/compare/6.1.1..main>
535+
[Unreleased]: <https://github.com/stac-utils/stac-fastapi-pgstac/compare/6.1.3..main>
536+
[6.1.3]: <https://github.com/stac-utils/stac-fastapi-pgstac/compare/6.1.2..6.1.3>
537+
[6.1.2]: <https://github.com/stac-utils/stac-fastapi-pgstac/compare/6.1.1..6.1.2>
534538
[6.1.1]: <https://github.com/stac-utils/stac-fastapi-pgstac/compare/6.1.0..6.1.1>
535539
[6.1.0]: <https://github.com/stac-utils/stac-fastapi-pgstac/compare/6.0.2..6.1.0>
536540
[6.0.2]: <https://github.com/stac-utils/stac-fastapi-pgstac/compare/6.0.1..6.0.2>

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.1.2
1+
6.1.3

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.1.2"
147+
current_version = "6.1.3"
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.1.2"
3+
__version__ = "6.1.3"

0 commit comments

Comments
 (0)