Skip to content

Commit 6f75391

Browse files
Update version to 1.0.0rc5 (#1649)
Prepare release 1.0.0rc5 # Checklist <!--- Before requesting review, please go through this checklist: --> - [ ] Links to correct issue - [x] Update changelog, if changes affect users - [ ] PR title starts with ``Issue #nr``, e.g. ``Issue #737`` - [ ] Unit tests were added - [ ] **If feature added**: Added/extended example - [ ] **If feature added**: Added feature to API documentation - [ ] **If pixi.lock was changed**: Ran `pixi run generate-sbom` and committed changes
1 parent bae4ca3 commit 6f75391

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

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.0rc5] - 2025-08-27
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.0rc4
32+
pixi add imod=1.0.0rc5
3333

3434
Or with conda::
3535

36-
conda install -c conda-forge/label/imod_rc -c conda-forge imod=1.0.0rc4
36+
conda install -c conda-forge/label/imod_rc -c conda-forge imod=1.0.0rc5
3737

3838
Or with pip::
3939

40-
pip install --pre imod=1.0.0rc4
40+
pip install --pre imod=1.0.0rc5
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.0rc4"
17+
__version__ = "1.0.0rc5"

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.0rc4"
3+
version = "1.0.0rc5"
44
description = "Make massive MODFLOW models"
55
authors = ["Deltares <imod.info@deltares.nl>"]
66
channels = ["conda-forge"]

0 commit comments

Comments
 (0)