Skip to content

Commit e752e93

Browse files
Prepare release 0.17.2 (#1214)
Prepares release 0.17.2 # Description Update changelog and version numbers to 0.17.2. This release prepares for the next release, which will be a major update with a lot of new features.
1 parent 7b22624 commit e752e93

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

docs/api/changelog.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@ 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.17.2
10+
------
1111

1212
Fixed
1313
~~~~~
1414
- :func:`imod.formats.prj.open_projectfile_data` now reports the path to a
1515
faulty IPF or IDF file in the error message.
16+
- Support for Numpy 2.0
1617

1718
Added
1819
~~~~~

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.17.1"
18+
__version__ = "0.17.2"

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.17.1"
3+
version = "0.17.2"
44
description = "Make massive MODFLOW models"
55
authors = ["Deltares <[email protected]>", ]
66
channels = ["conda-forge", ]

0 commit comments

Comments
 (0)