Skip to content

Commit d67b767

Browse files
committed
Prepare for release version 0.2.5
1 parent b8f0eb7 commit d67b767

File tree

6 files changed

+7
-8
lines changed

6 files changed

+7
-8
lines changed

CHANGES.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
Changes
2020
=======
2121

22-
0.2.3 (2025-10-18)
22+
0.2.5 (2025-10-18)
2323
------------------
2424

25-
* **Fix**: Resolved an import error with `numpy`, `pyproj`, `shapely`, `requests`, `GDAL`, `rasterio` and `pystac-client` modules.
25+
* **Fix**: Resolved an import error with `numpy`, `pyproj`, `shapely`, `requests`, `rasterio` and `pystac-client` modules.
2626

2727

2828
0.2.2 (2025-10-15)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.3
1+
0.2.5

build.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
python3 -m build
2-
pip3 install dist/smosaic-0.2-py3-none-any.whl --force-reinstall
2+
pip3 install dist/smosaic-0.2.5-py3-none-any.whl --force-reinstall

notebooks/smosaic-data-cube.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"metadata": {},
4848
"outputs": [],
4949
"source": [
50-
"!pip install smosaic==0.2.3"
50+
"!pip install smosaic==0.2.5"
5151
]
5252
},
5353
{

notebooks/smosaic-introduction.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"metadata": {},
4848
"outputs": [],
4949
"source": [
50-
"!pip install smosaic==0.2.3"
50+
"!pip install smosaic==0.2.5"
5151
]
5252
},
5353
{

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,8 @@
2929
"pyproj==3.7.2",
3030
"shapely==2.1.2",
3131
"requests==2.32.5",
32-
"GDAL==3.11.4",
3332
"rasterio==1.4.3",
34-
"pystac-client==0.9.0",
33+
"pystac-client==0.9.0"
3534
],
3635
long_description = LONG_DESCRIPTION,
3736
setup_requires=['pytest-runner'],

0 commit comments

Comments
 (0)