Skip to content

Commit

Permalink
Release 0.17.1 (#1042)
Browse files Browse the repository at this point in the history
# 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
  • Loading branch information
JoerivanEngelen authored May 16, 2024
1 parent ef892d6 commit db6fc69
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 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]
------------
[0.17.1] - 2024-05-16
---------------------

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

Fixed
~~~~~
- Fix missing API docs for ``dump`` and ``write`` methods.


[0.17.0] - 2024-05-13
---------------------
Expand Down
2 changes: 1 addition & 1 deletion imod/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
)
from imod.formats import gen, idf, ipf, prj, rasterio

__version__ = "0.17.0"
__version__ = "0.17.1"
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 = "0.17.0"
version = "0.17.1"
description = "Make massive MODFLOW models"
authors = ["Deltares <[email protected]>", ]
channels = ["conda-forge", ]
Expand Down

0 comments on commit db6fc69

Please sign in to comment.