File tree Expand file tree Collapse file tree 8 files changed +12
-9
lines changed Expand file tree Collapse file tree 8 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ ## [ 6.0.0] - 2025-06-19
6+
57### Changed
68
79- move ` transaction ` clients and models to ` stac_fastapi.extension ` sub-module
@@ -651,7 +653,8 @@ Full changelog: https://stac-utils.github.io/stac-fastapi/migrations/v3.0.0/#cha
651653
652654* First PyPi release!
653655
654- [ Unreleased ] : < https://github.com/stac-utils/stac-fastapi/compare/5.2.1..main >
656+ [ Unreleased ] : < https://github.com/stac-utils/stac-fastapi/compare/6.0.0..main >
657+ [ 6.0.0 ] : < https://github.com/stac-utils/stac-fastapi/compare/5.2.1..6.0.0 >
655658[ 5.2.1 ] : < https://github.com/stac-utils/stac-fastapi/compare/5.2.0..5.2.1 >
656659[ 5.2.0 ] : < https://github.com/stac-utils/stac-fastapi/compare/5.1.1..5.2.0 >
657660[ 5.1.1 ] : < https://github.com/stac-utils/stac-fastapi/compare/5.1.0..5.1.1 >
Original file line number Diff line number Diff line change 1- 5.2.1
1+ 6.0.0
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ explicit_package_bases = true
3030exclude = [" tests" , " .venv" ]
3131
3232[tool .bumpversion ]
33- current_version = " 5.2.1 "
33+ current_version = " 6.0.0 "
3434parse = """ (?x)
3535 (?P<major>\\ d+)\\ .
3636 (?P<minor>\\ d+)\\ .
Original file line number Diff line number Diff line change 77
88install_requires = [
99 "brotli_asgi" ,
10- "stac-fastapi.types~=5.2 " ,
10+ "stac-fastapi.types~=6.0 " ,
1111]
1212
1313extra_reqs = {
Original file line number Diff line number Diff line change 11"""Library version."""
22
3- __version__ = "5.2.1 "
3+ __version__ = "6.0.0 "
Original file line number Diff line number Diff line change 77 desc = f .read ()
88
99install_requires = [
10- "stac-fastapi.types~=5.2 " ,
11- "stac-fastapi.api~=5.2 " ,
10+ "stac-fastapi.types~=6.0 " ,
11+ "stac-fastapi.api~=6.0 " ,
1212]
1313
1414extra_reqs = {
Original file line number Diff line number Diff line change 11"""Library version."""
22
3- __version__ = "5.2.1 "
3+ __version__ = "6.0.0 "
Original file line number Diff line number Diff line change 11"""Library version."""
22
3- __version__ = "5.2.1 "
3+ __version__ = "6.0.0 "
You can’t perform that action at this time.
0 commit comments