Skip to content

Commit adf3bec

Browse files
committed
Bump version number
1 parent 964c8a2 commit adf3bec

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88

99
### Changed
1010

11+
### [0.8.2] - 2024-10-14
12+
13+
### Fixed
14+
15+
- Derived quantities were missing from object html representations.
16+
1117
### [0.8.1] - 2024-10-14
1218

1319
### Fixed

mikeio1d/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer.
2020
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
2121
#
22-
__version__ = "0.8.1"
22+
__version__ = "0.8.2"
2323

2424
if "64" not in platform.architecture()[0]:
2525
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 = "0.8.1"
22+
version = "0.8.2"
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)