Skip to content

Commit 128f797

Browse files
authored
VERSION: 2026.2.0
1 parent fce12e4 commit 128f797

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

cubo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

docs/changelog.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
Changelog
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+
411
v2024.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

916
v2024.6.0
1017
---------

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
# -- Project information -----------------------------------------------------
2424

2525
project = "cubo"
26-
copyright = "2021, David Montero Loaiza"
26+
copyright = "2026, David Montero Loaiza"
2727
author = "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 ---------------------------------------------------

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "cubo"
7-
version = "2024.8.0"
7+
version = "2026.2.0"
88
description = "On-Demand Earth System Data Cubes in Python"
99
readme = { file = "README.md", content-type = "text/markdown" }
1010
license = { text = "MIT" }

0 commit comments

Comments
 (0)