Skip to content

Commit

Permalink
Prepare release (#1059)
Browse files Browse the repository at this point in the history
  • Loading branch information
anders-kiaer authored Jun 28, 2022
1 parent 0f05a53 commit 824672e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/subsurface.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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*.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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},
Expand Down

0 comments on commit 824672e

Please sign in to comment.