Skip to content

Commit 52a647a

Browse files
committed
update from 6.1.1
1 parent 10fe6de commit 52a647a

File tree

6 files changed

+14
-11
lines changed

6 files changed

+14
-11
lines changed

CHANGES.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@
22

33
## [Unreleased]
44

5-
### Fixed
6-
7-
- better support async/sync health check functions
8-
95
### Removed
106

117
- support for python 3.9 and 3.10
128

9+
## [6.1.1] - 2025-11-23
10+
11+
### Fixed
12+
13+
- better support async/sync health check functions
14+
1315
## [6.1.0] - 2025-10-30
1416

1517
### Fixed
@@ -674,7 +676,8 @@ Full changelog: https://stac-utils.github.io/stac-fastapi/migrations/v3.0.0/#cha
674676

675677
* First PyPi release!
676678

677-
[Unreleased]: <https://github.com/stac-utils/stac-fastapi/compare/6.1.0..main>
679+
[Unreleased]: <https://github.com/stac-utils/stac-fastapi/compare/6.1.1..main>
680+
[6.1.1]: <https://github.com/stac-utils/stac-fastapi/compare/6.1.0..6.1.1>
678681
[6.1.0]: <https://github.com/stac-utils/stac-fastapi/compare/6.0.0..6.1.0>
679682
[6.0.0]: <https://github.com/stac-utils/stac-fastapi/compare/5.2.1..6.0.0>
680683
[5.2.1]: <https://github.com/stac-utils/stac-fastapi/compare/5.2.0..5.2.1>

VERSION

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "stac-fastapi"
3-
version = "6.1.0"
3+
version = "6.1.1"
44
description = "Python library for building a STAC-compliant FastAPI application."
55
requires-python = ">=3.11"
66
readme = "README.md"
@@ -81,7 +81,7 @@ explicit_package_bases = true
8181
exclude = ["tests", ".venv"]
8282

8383
[tool.bumpversion]
84-
current_version = "6.1.0"
84+
current_version = "6.1.1"
8585
parse = """(?x)
8686
(?P<major>\\d+)\\.
8787
(?P<minor>\\d+)\\.
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.0"
3+
__version__ = "6.1.1"
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.0"
3+
__version__ = "6.1.1"
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.0"
3+
__version__ = "6.1.1"

0 commit comments

Comments
 (0)