File tree Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ The `update_releases.py` script fetches the latest version information and gener
11
11
<!-- START_ODC_RELEASE_TABLE -->
12
12
| Package | PyPI Version | PyPI Release Date | Conda-forge Version | Conda-forge Release Date |
13
13
| ---| ---| ---| ---| ---|
14
- | [ datacube-core] ( https://pypi.org/project/datacube/1.9.8 / ) | 1.9.8 | 2025-08-22 | 1.9.8 | N/A |
14
+ | [ datacube-core] ( https://pypi.org/project/datacube/1.9.9 / ) | 1.9.9 | 2025-09-02 | 1.9.8 | N/A |
15
15
| [ odc-stac] ( https://pypi.org/project/odc-stac/0.4.0/ ) | 0.4.0 | 2025-05-01 | 0.4.0 | N/A |
16
16
| [ odc-stats] ( https://pypi.org/project/odc-stats/1.9.2/ ) | 1.9.2 | 2025-07-16 | 1.0.47 | N/A |
17
17
| [ odc-geo] ( https://pypi.org/project/odc-geo/0.4.10/ ) | 0.4.10 | 2025-03-03 | 0.5.0rc1 | N/A |
Original file line number Diff line number Diff line change @@ -217,26 +217,26 @@ <h1>Open Data Cube Package Releases</h1>
217
217
< tr data-original-index ="0 ">
218
218
< td data-label ="Package "> < a href ="https://pypi.org/project/datacube "> datacube-core</ a > </ td >
219
219
< td data-label ="PyPI Version ">
220
- < a href ="https://pypi.org/project/datacube/1.9.8 / "> 1.9.8 </ a >
220
+ < a href ="https://pypi.org/project/datacube/1.9.9 / "> 1.9.9 </ a >
221
221
222
222
</ td >
223
223
< td data-label ="PyPI Age ">
224
224
< div class ="age-display ">
225
225
226
- < span class ="pypi-stable-age " data-published-at ="2025-08-22T01:37:59.396544Z "> </ span >
227
- < span class ="date "> (22 August 2025)</ span >
226
+ < span class ="pypi-stable-age " data-published-at ="2025-09-02T08:07:02.224551Z "> </ span >
227
+ < span class ="date "> (02 September 2025)</ span >
228
228
229
229
230
230
</ div >
231
231
</ td >
232
232
< td data-label ="GitHub Version ">
233
- < a href ="https://github.com/opendatacube/datacube-core/releases/tag/1.9.8 "> 1.9.8 </ a >
233
+ < a href ="https://github.com/opendatacube/datacube-core/releases/tag/1.9.9 "> 1.9.9 </ a >
234
234
</ td >
235
235
< td data-label ="GitHub Age ">
236
236
< div class ="age-display ">
237
237
238
- < span class ="github-stable-age " data-published-at ="2025-08-22T01:28:19Z "> </ span >
239
- < span class ="date "> (22 August 2025)</ span >
238
+ < span class ="github-stable-age " data-published-at ="2025-09-02T07:56:20Z "> </ span >
239
+ < span class ="date "> (02 September 2025)</ span >
240
240
241
241
</ div >
242
242
</ td >
Original file line number Diff line number Diff line change 3
3
"name" : " datacube-core" ,
4
4
"pypi_name" : " datacube" ,
5
5
"github_repo" : " opendatacube/datacube-core" ,
6
- "pypi_stable_version" : " 1.9.8 " ,
7
- "pypi_stable_url" : " https://pypi.org/project/datacube/1.9.8 /" ,
8
- "pypi_stable_published_at" : " 2025-08-22T01:37:59.396544Z " ,
6
+ "pypi_stable_version" : " 1.9.9 " ,
7
+ "pypi_stable_url" : " https://pypi.org/project/datacube/1.9.9 /" ,
8
+ "pypi_stable_published_at" : " 2025-09-02T08:07:02.224551Z " ,
9
9
"pypi_prerelease" : {
10
10
"version" : " 1.9.1rc2" ,
11
11
"published_at" : " 2025-02-25T03:02:12.771577Z" ,
12
12
"url" : " https://pypi.org/project/datacube/1.9.1rc2/"
13
13
},
14
- "github_stable_version" : " 1.9.8 " ,
15
- "github_stable_url" : " https://github.com/opendatacube/datacube-core/releases/tag/1.9.8 " ,
16
- "github_stable_published_at" : " 2025-08-22T01:28:19Z " ,
14
+ "github_stable_version" : " 1.9.9 " ,
15
+ "github_stable_url" : " https://github.com/opendatacube/datacube-core/releases/tag/1.9.9 " ,
16
+ "github_stable_published_at" : " 2025-09-02T07:56:20Z " ,
17
17
"conda_forge_version" : " 1.9.8" ,
18
18
"conda_forge_url" : " https://anaconda.org/conda-forge/datacube"
19
19
},
You can’t perform that action at this time.
0 commit comments