Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/api/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ All notable changes to this project will be documented in this file.
The format is based on `Keep a Changelog`_, and this project adheres to
`Semantic Versioning`_.

[Unreleased]
------------
[1.0.0rc5] - 2025-08-27
-----------------------

Added
~~~~~
Expand Down
6 changes: 3 additions & 3 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ Install beta release
To install a beta release with pixi::

pixi config prepend default-channels "conda-forge/label/imod_rc"
pixi add imod=1.0.0rc4
pixi add imod=1.0.0rc5

Or with conda::

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

Or with pip::

pip install --pre imod=1.0.0rc4
pip install --pre imod=1.0.0rc5


Which Python?
Expand Down
2 changes: 1 addition & 1 deletion imod/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
)
from imod.formats import gen, idf, ipf, prj, rasterio

__version__ = "1.0.0rc4"
__version__ = "1.0.0rc5"
2 changes: 1 addition & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "imod-python"
version = "1.0.0rc4"
version = "1.0.0rc5"
description = "Make massive MODFLOW models"
authors = ["Deltares <imod.info@deltares.nl>"]
channels = ["conda-forge"]
Expand Down