File tree 6 files changed +8
-8
lines changed
stac_fastapi/elasticsearch
6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
8
8
## [ Unreleased]
9
9
10
10
11
- ## [ v2.3.1 ]
11
+ ## [ v2.4.0 ]
12
12
13
13
### Added
14
14
@@ -171,8 +171,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
171
171
- Added db_to_stac serializer to item_collection method in core.py.
172
172
173
173
174
- [ Unreleased ] : < https://github.com/stac-utils/stac-fastapi-elasticsearch/tree/v2.3.1 ...main >
175
- [ v2.3.1 ] : < https://github.com/stac-utils/stac-fastapi-elasticsearch/tree/v2.3.0...v2.3.1 >
174
+ [ Unreleased ] : < https://github.com/stac-utils/stac-fastapi-elasticsearch/tree/v2.4.0 ...main >
175
+ [ v2.4.0 ] : < https://github.com/stac-utils/stac-fastapi-elasticsearch/tree/v2.3.0...v2.4.0 >
176
176
[ v2.3.0 ] : < https://github.com/stac-utils/stac-fastapi-elasticsearch/tree/v2.2.0...v2.3.0 >
177
177
[ v2.2.0 ] : < https://github.com/stac-utils/stac-fastapi-elasticsearch/tree/v2.1.0...v2.2.0 >
178
178
[ v2.1.0 ] : < https://github.com/stac-utils/stac-fastapi-elasticsearch/tree/v2.0.0...v2.1.0 >
Original file line number Diff line number Diff line change 1
1
"""library version."""
2
- __version__ = "2.3.1 "
2
+ __version__ = "2.4.0 "
Original file line number Diff line number Diff line change 6
6
desc = f .read ()
7
7
8
8
install_requires = [
9
- "stac-fastapi.core==2.3.1 " ,
9
+ "stac-fastapi.core==2.4.0 " ,
10
10
"elasticsearch[async]==8.11.0" ,
11
11
"elasticsearch-dsl==8.11.0" ,
12
12
"uvicorn" ,
Original file line number Diff line number Diff line change 1
1
"""library version."""
2
- __version__ = "2.3.1 "
2
+ __version__ = "2.4.0 "
Original file line number Diff line number Diff line change 6
6
desc = f .read ()
7
7
8
8
install_requires = [
9
- "stac-fastapi.core==2.3.1 " ,
9
+ "stac-fastapi.core==2.4.0 " ,
10
10
"opensearch-py==2.4.2" ,
11
11
"opensearch-py[async]==2.4.2" ,
12
12
"uvicorn" ,
Original file line number Diff line number Diff line change 1
1
"""library version."""
2
- __version__ = "2.3.1 "
2
+ __version__ = "2.4.0 "
You can’t perform that action at this time.
0 commit comments