Skip to content

Commit 15cbaa2

Browse files
committed
1.0.5 version bump; changelog
1 parent 7248afc commit 15cbaa2

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

CHANGELOG.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,17 @@
33
All notable changes to **ogs5py** will be documented in this file.
44

55

6-
## [Unreleased]
6+
## [1.0.5] - 2019-11-18
77

88
### Bugfixes
99
* ``MSH.set_material_id``: better handling of non-int single values: https://github.com/GeoStat-Framework/ogs5py/commit/f34d2e510e7bb340abc19150270b956c407d7ff6
1010
* ``MSH.show``: better handling of material IDs: https://github.com/GeoStat-Framework/ogs5py/commit/26b46108a14f4fe95e0b7424bb51e4482c75eae9
1111
* ``GLI.add_polyline``: Adding polyline by point-names was not possible: https://github.com/GeoStat-Framework/ogs5py/commit/17dd19944f49666f00d09fe2d21e88345439cf4d
1212

1313
### Additions
14-
15-
### Changes
14+
* better integration of pygmsh: https://github.com/GeoStat-Framework/ogs5py/commit/570afd9d415c9fa402788c82f4864b7e6ddbf5d9
15+
* new functions ``specialrange`` and ``generate_time``: https://github.com/GeoStat-Framework/ogs5py/commit/e5f3aba542c41116e0fe0415e0eea6e689a7ccee
16+
* updated examples
1617

1718

1819
## [1.0.4] - 2019-09-10
@@ -130,7 +131,8 @@ All notable changes to **ogs5py** will be documented in this file.
130131
First release of ogs5py.
131132

132133

133-
[Unreleased]: https://github.com/GeoStat-Framework/ogs5py/compare/v1.0.4...HEAD
134+
[Unreleased]: https://github.com/GeoStat-Framework/ogs5py/compare/v1.0.5...HEAD
135+
[1.0.5]: https://github.com/GeoStat-Framework/ogs5py/compare/v1.0.4...v1.0.5
134136
[1.0.4]: https://github.com/GeoStat-Framework/ogs5py/compare/v1.0.3...v1.0.4
135137
[1.0.3]: https://github.com/GeoStat-Framework/ogs5py/compare/v1.0.2...v1.0.3
136138
[1.0.2]: https://github.com/GeoStat-Framework/ogs5py/compare/v1.0.1...v1.0.2

ogs5py/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# -*- coding: utf-8 -*-
22
"""Provide a central version."""
3-
__version__ = "1.0.5.dev1"
3+
__version__ = "1.0.5"

0 commit comments

Comments
 (0)