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 2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ 6.0.0] - 2025-06-19
6
+
5
7
### Changed
6
8
7
9
- 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
651
653
652
654
* First PyPi release!
653
655
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 >
655
658
[ 5.2.1 ] : < https://github.com/stac-utils/stac-fastapi/compare/5.2.0..5.2.1 >
656
659
[ 5.2.0 ] : < https://github.com/stac-utils/stac-fastapi/compare/5.1.1..5.2.0 >
657
660
[ 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
30
30
exclude = [" tests" , " .venv" ]
31
31
32
32
[tool .bumpversion ]
33
- current_version = " 5.2.1 "
33
+ current_version = " 6.0.0 "
34
34
parse = """ (?x)
35
35
(?P<major>\\ d+)\\ .
36
36
(?P<minor>\\ d+)\\ .
Original file line number Diff line number Diff line change 7
7
8
8
install_requires = [
9
9
"brotli_asgi" ,
10
- "stac-fastapi.types~=5.2 " ,
10
+ "stac-fastapi.types~=6.0 " ,
11
11
]
12
12
13
13
extra_reqs = {
Original file line number Diff line number Diff line change 1
1
"""Library version."""
2
2
3
- __version__ = "5.2.1 "
3
+ __version__ = "6.0.0 "
Original file line number Diff line number Diff line change 7
7
desc = f .read ()
8
8
9
9
install_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 " ,
12
12
]
13
13
14
14
extra_reqs = {
Original file line number Diff line number Diff line change 1
1
"""Library version."""
2
2
3
- __version__ = "5.2.1 "
3
+ __version__ = "6.0.0 "
Original file line number Diff line number Diff line change 1
1
"""Library version."""
2
2
3
- __version__ = "5.2.1 "
3
+ __version__ = "6.0.0 "
You can’t perform that action at this time.
0 commit comments