From 1ad6de4249c3d317f1752fa4b1f8c26c0c49c0c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20Fredrik=20Ki=C3=A6r?= <31612826+anders-kiaer@users.noreply.github.com> Date: Mon, 10 Oct 2022 23:12:31 +0200 Subject: [PATCH] Prepare release (#1132) --- CHANGELOG.md | 2 ++ setup.py | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 685d8b1ac..c5da536bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [UNRELEASED] - YYYY-MM-DD +## [0.2.15] - 2022-10-10 + ### Added - [#1114](https://github.com/equinor/webviz-subsurface/pull/1114) - Added a flag in config for `MapViewerFMU` to set initial state of hillshading. - [#1058](https://github.com/equinor/webviz-subsurface/pull/1058) - `WellCompletion` - New implementation of the `WellCompletions` plugin, which is faster, has more functionality (single realization) and utilizes the webviz layout framework (WLF). diff --git a/setup.py b/setup.py index 4eba91479..0846e76e4 100644 --- a/setup.py +++ b/setup.py @@ -100,9 +100,9 @@ "pyscal>=0.7.5", "scipy>=1.2", "statsmodels>=0.12.1", # indirect dependency through https://plotly.com/python/linear-fits/ - "webviz-config>=0.3.8", - "webviz-core-components>=0.5.6", - "webviz-subsurface-components>=0.4.13", + "webviz-config>=0.5", + "webviz-core-components>=0.6", + "webviz-subsurface-components>=0.4.14", "xtgeo>=2.14", ], extras_require={"tests": TESTS_REQUIRE},