Skip to content

Commit 5afd95b

Browse files
committed
Update changelog and version
1 parent 4269150 commit 5afd95b

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,14 @@
55
### Added
66

77
### Fixed
8-
- Creating Res1D objects with pathlib.Path is now possible (same as mikeio.open)
98

109
### Changed
1110

11+
## [1.0.4] - 2025-05-21
12+
13+
### Fixed
14+
- Creating Res1D objects with pathlib.Path is now possible (same as mikeio.open)
15+
1216
## [1.0.3] - 2025-02-17
1317

1418
### Fixed

mikeio1d/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer.
2525
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
2626
#
27-
__version__ = "1.0.3"
27+
__version__ = "1.0.4"
2828

2929
if "64" not in platform.architecture()[0]:
3030
raise Exception("This library has not been tested for a 32 bit system.")

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ exclude = ["notebooks", "tests", "images"]
1919

2020
[project]
2121
name = "mikeio1d"
22-
version = "1.0.3"
22+
version = "1.0.4"
2323
description = "A package that uses the DHI MIKE1D .NET libraries to read res1d and xns11 files."
2424
readme = "README.md"
2525
requires-python = ">=3.9"

0 commit comments

Comments
 (0)