From d6560660a7143c3f81add8d6eee32aaf697bb4ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20Fredrik=20Ki=C3=A6r?= <31612826+anders-kiaer@users.noreply.github.com> Date: Fri, 10 Dec 2021 08:51:41 +0100 Subject: [PATCH] Prepare release (#879) --- CHANGELOG.md | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d345c82c..a2622d830 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [UNRELEASED] - YYYY-MM-DD +## [0.2.8] - 2021-12-10 + ### Fixed - [#877](https://github.com/equinor/webviz-subsurface/pull/877) - Update `WellLogViewer` to work with the latest version of the component. diff --git a/setup.py b/setup.py index 8eb65cdbb..259e9f044 100644 --- a/setup.py +++ b/setup.py @@ -95,7 +95,7 @@ "statsmodels>=0.12.1", # indirect dependency through https://plotly.com/python/linear-fits/ "webviz-config>=0.3.1", "webviz-core-components>=0.5.1", - "webviz-subsurface-components>=0.4.7", + "webviz-subsurface-components>=0.4.8", "xtgeo>=2.14", ], extras_require={"tests": TESTS_REQUIRE},