diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ba11b9d0..7c1444716 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.7] - 2021-11-08 + ### Added - [#825](https://github.com/equinor/webviz-subsurface/pull/825) - Added options to create separate tornado's for e.g Region/Zone in `VolumetricAnalysis`. As well as various improvements to the tornado figure. - [#734](https://github.com/equinor/webviz-subsurface/pull/645) - New plugin, `SeismicMisfit`, for comparing observed and modelled seismic attributes. Multiple views, including misfit quantification and coverage plots. diff --git a/setup.py b/setup.py index ea81ca3b6..2dbcf8e4b 100644 --- a/setup.py +++ b/setup.py @@ -100,7 +100,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.6", + "webviz-subsurface-components>=0.4.7", "xtgeo>=2.14", ], extras_require={"tests": TESTS_REQUIRE},