Skip to content

Commit f889d1c

Browse files
Release 1.0.0rc6
1 parent c900338 commit f889d1c

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

docs/api/changelog.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ 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+
[1.0.0rc6] - 2025-08-28
10+
-----------------------
11+
12+
Small post-release to fix rendering of documentation online.
13+
914
[1.0.0rc5] - 2025-08-27
1015
-----------------------
1116

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.0rc5"
17+
__version__ = "1.0.0rc6"

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

0 commit comments

Comments
 (0)