Skip to content

Commit e9df647

Browse files
authored
update changelog for v1.2.2
1 parent f640e71 commit e9df647

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to **ogs5py** will be documented in this file.
44

55

6+
## [1.2.2] - 2022-05-25
7+
8+
### Bugfixes
9+
* `MSH.load`: use `engine='python'` as fallback in pandas to read ogs mesh [#16](https://github.com/GeoStat-Framework/ogs5py/pull/16)
10+
* removed redundant `from io import open` which were there for py2 compatibility [#16](https://github.com/GeoStat-Framework/ogs5py/pull/16)
11+
12+
613
## [1.2.1] - 2022-05-15
714

815
### Enhancements
@@ -178,7 +185,8 @@ All notable changes to **ogs5py** will be documented in this file.
178185
First release of ogs5py.
179186

180187

181-
[Unreleased]: https://github.com/GeoStat-Framework/ogs5py/compare/v1.2.1...HEAD
188+
[Unreleased]: https://github.com/GeoStat-Framework/ogs5py/compare/v1.2.2...HEAD
189+
[1.2.2]: https://github.com/GeoStat-Framework/ogs5py/compare/v1.2.1...v1.2.2
182190
[1.2.1]: https://github.com/GeoStat-Framework/ogs5py/compare/v1.2.0...v1.2.1
183191
[1.2.0]: https://github.com/GeoStat-Framework/ogs5py/compare/v1.1.1...v1.2.0
184192
[1.1.1]: https://github.com/GeoStat-Framework/ogs5py/compare/v1.1.0...v1.1.1

0 commit comments

Comments
 (0)