Skip to content

Commit

Permalink
Merge pull request #162 from DHI/release/v1_0_3
Browse files Browse the repository at this point in the history
Release/v1 0 3
  • Loading branch information
ryan-kipawa authored Feb 17, 2025
2 parents 2d3a702 + 96b4ff2 commit 685b15c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@

### Changed

## [1.0.3] - 2025-02-17

### Fixed
- Update MIKE 1D binaries for MIKE+ 2025, solving some issues with reading res/resx files created with MIKE+ 2025.

## [1.0.2] - 2025-01-14

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion mikeio1d/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer.
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
#
__version__ = "1.0.2"
__version__ = "1.0.3"

if "64" not in platform.architecture()[0]:
raise Exception("This library has not been tested for a 32 bit system.")
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ exclude = ["notebooks", "tests", "images"]

[project]
name = "mikeio1d"
version = "1.0.2"
version = "1.0.3"
description = "A package that uses the DHI MIKE1D .NET libraries to read res1d and xns11 files."
readme = "README.md"
requires-python = ">=3.9"
Expand Down

0 comments on commit 685b15c

Please sign in to comment.