Skip to content

Commit ef01639

Browse files
Prepare release 0.18.1 (#1301)
Prepare release 0.18.1
1 parent 0dd06fb commit ef01639

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/api/changelog.rst

Lines changed: 4 additions & 4 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+
[0.18.1] - 2024-11-20
10+
---------------------
1111

1212
Added
1313
~~~~~
@@ -39,8 +39,8 @@ Changed
3939
``imod5_data, period_data, allocation_options, distributing_options, times, regridder_types``
4040

4141

42-
[0.18.0]
43-
--------
42+
[0.18.0] - 2024-11-11
43+
---------------------
4444

4545
Fixed
4646
~~~~~

imod/__init__.py

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

18-
__version__ = "0.18.0"
18+
__version__ = "0.18.1"

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 = "0.18.0"
3+
version = "0.18.1"
44
description = "Make massive MODFLOW models"
55
authors = ["Deltares <huite.bootsma@deltares.nl>", ]
66
channels = ["conda-forge", ]

0 commit comments

Comments
 (0)