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},