File tree Expand file tree Collapse file tree 4 files changed +12
-5
lines changed
Expand file tree Collapse file tree 4 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 11"""cubo - On-Demand Earth System Data Cubes in Python"""
22
3- __version__ = "2024.8 .0"
3+ __version__ = "2026.2 .0"
44__author__ = "David Montero Loaiza <dml.mont@gmail.com>"
55__all__ = []
66
Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ v2026.2.0
5+ ---------
6+
7+ - Migrated from :code: `setup.py ` to :code: `pyproject.toml `.
8+ - :code: `numpy ` was relaxed from :code: `numpy<2.0.0 `.
9+ - Pinned: :code: `stackstac>=0.5.1 `.
10+
411v2024.8.0
512---------
613
7- - Fix: Avoind Google Earth Engine initialization within :code: `cubo `.
14+ - Fix: Avoid Google Earth Engine initialization within :code: `cubo `.
815
916v2024.6.0
1017---------
Original file line number Diff line number Diff line change 2323# -- Project information -----------------------------------------------------
2424
2525project = "cubo"
26- copyright = "2021 , David Montero Loaiza"
26+ copyright = "2026 , David Montero Loaiza"
2727author = "David Montero Loaiza"
2828
2929# The full version, including alpha/beta/rc tags
30- release = "2024.8 .0"
30+ release = "2026.2 .0"
3131
3232
3333# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " cubo"
7- version = " 2024.8 .0"
7+ version = " 2026.2 .0"
88description = " On-Demand Earth System Data Cubes in Python"
99readme = { file = " README.md" , content-type = " text/markdown" }
1010license = { text = " MIT" }
You can’t perform that action at this time.
0 commit comments