From 824672eed99783f8adab6c918b889f9d8272fd18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20Fredrik=20Ki=C3=A6r?= <31612826+anders-kiaer@users.noreply.github.com> Date: Tue, 28 Jun 2022 09:14:47 +0200 Subject: [PATCH] Prepare release (#1059) --- .github/workflows/subsurface.yml | 1 + CHANGELOG.md | 2 ++ setup.py | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/subsurface.yml b/.github/workflows/subsurface.yml index bb7a477fb..8f8fd037e 100644 --- a/.github/workflows/subsurface.yml +++ b/.github/workflows/subsurface.yml @@ -51,6 +51,7 @@ jobs: fi pip install "bleach<5" # https://github.com/equinor/webviz-config/issues/586 pip install "werkzeug<2.1" # ...while waiting for https://github.com/plotly/dash/issues/1992 + pip install "selenium<4.3" # breaking change in selenium==4.3 pip install . # Testing against our latest release (including pre-releases) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01e9d7218..9ecfb234c 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.14] - 2022-06-28 + ### Fixed - [#1055](https://github.com/equinor/webviz-subsurface/pull/1055) - `ProdMisfit` - Fixed a bug related to the input argument *excl_name_contains*. diff --git a/setup.py b/setup.py index fe8debca3..ed8716629 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.12", + "webviz-subsurface-components>=0.4.13", "xtgeo>=2.14", ], extras_require={"tests": TESTS_REQUIRE},