Skip to content

Commit db6fc69

Browse files
Release 0.17.1 (#1042)
# Description Prepare 0.17.1 release # 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
1 parent ef892d6 commit db6fc69

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

docs/api/changelog.rst

Lines changed: 6 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+
[0.17.1] - 2024-05-16
10+
---------------------
1111

1212
Added
1313
~~~~~
@@ -24,6 +24,10 @@ Changed
2424
:meth:`imod.mf6.GroundwaterTransportModel.dump` write with necessary
2525
attributes to NetCDF to make these files interpretable for GDAL (and so QGIS).
2626

27+
Fixed
28+
~~~~~
29+
- Fix missing API docs for ``dump`` and ``write`` methods.
30+
2731

2832
[0.17.0] - 2024-05-13
2933
---------------------

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

0 commit comments

Comments
 (0)