From 8dc83877e23f3d0013acf5afc95dc1f1a6808317 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20Fredrik=20Ki=C3=A6r?= <31612826+anders-kiaer@users.noreply.github.com> Date: Thu, 5 May 2022 20:49:41 +0200 Subject: [PATCH] Prepare release (#1019) --- CHANGELOG.md | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 986c766ea..5e2dcb453 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.13] - 2022-05-05 + ### Added - [#938](https://github.com/equinor/webviz-subsurface/pull/938) - `ProdMisfit` - New plugin for well production misfit visualization. Features visualization of production misfit at selected dates, production coverage at selected dates and heatmap representation of ensemble mean misfit for selected dates. diff --git a/setup.py b/setup.py index 83d0e6df9..da5e7b127 100644 --- a/setup.py +++ b/setup.py @@ -103,7 +103,7 @@ "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.11", + "webviz-subsurface-components>=0.4.12", "xtgeo>=2.14", ], extras_require={"tests": TESTS_REQUIRE},