Skip to content

Commit

Permalink
Prepare release (#1132)
Browse files Browse the repository at this point in the history
  • Loading branch information
anders-kiaer authored Oct 10, 2022
1 parent a077e47 commit 1ad6de4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
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.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).
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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},
Expand Down

0 comments on commit 1ad6de4

Please sign in to comment.