Skip to content

Commit 0985864

Browse files
Prepare 1.0.0rc3 release (#1508)
# Description Prepare release 1.0.0rc3
1 parent e1df40e commit 0985864

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

docs/api/changelog.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ All notable changes to this project will be documented in this file.
66
The format is based on `Keep a Changelog`_, and this project adheres to
77
`Semantic Versioning`_.
88

9-
[Unreleased]
10-
------------
9+
[1.0.0rc3] - 2025-04-17
10+
-----------------------
1111

1212
Added
1313
~~~~~

docs/installation.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ Install beta release
2929
To install a beta release with pixi::
3030

3131
pixi config prepend default-channels "conda-forge/label/imod_rc"
32-
pixi add imod=1.0.0rc2
32+
pixi add imod=1.0.0rc3
3333

3434
Or with conda::
3535

36-
conda install -c conda-forge/label/imod_rc -c conda-forge imod=1.0.0rc2
36+
conda install -c conda-forge/label/imod_rc -c conda-forge imod=1.0.0rc3
3737

3838
Or with pip::
3939

40-
pip install --pre imod=1.0.0rc2
40+
pip install --pre imod=1.0.0rc3
4141

4242

4343
Which Python?

imod/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
)
1515
from imod.formats import gen, idf, ipf, prj, rasterio
1616

17-
__version__ = "1.0.0rc2"
17+
__version__ = "1.0.0rc3"

pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "imod-python"
3-
version = "1.0.0rc2"
3+
version = "1.0.0rc3"
44
description = "Make massive MODFLOW models"
55
authors = ["Deltares <[email protected]>"]
66
channels = ["conda-forge"]

0 commit comments

Comments
 (0)