Skip to content

Commit

Permalink
Prepare release (#642)
Browse files Browse the repository at this point in the history
  • Loading branch information
anders-kiaer authored Oct 10, 2022
1 parent 77a82b2 commit c2981ea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [UNRELEASED] - YYYY-MM-DD

## [0.5.0] - 2022-10-10

### Changed
- [#634](https://github.com/equinor/webviz-config/pull/634) - Disable automatic worker restart in `gunicorn` configuration.
- [#602](https://github.com/equinor/webviz-config/pull/602) - Changed the file and plugin names from `ExampleContentWrapper` to `ExampleWlfPlugin`.
Expand All @@ -19,6 +21,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [#599](https://github.com/equinor/webviz-config/pull/599) - Implemented new Webviz Layout Framework (WLF).
- [#631](https://github.com/equinor/webviz-config/pull/631) - Added `homepage` option to `menu` options in config file to define which page should be shown first when opening a Webviz app.

## [0.4.0] - 2022-06-22

### Fixed
- [#588](https://github.com/equinor/webviz-config/pull/588) - Added compatibility with upstream dependency `bleach >= 5`.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def get_long_description() -> str:
"pyyaml>=5.1",
"requests>=2.20",
"tqdm>=4.8",
"webviz-core-components>=0.5.4",
"webviz-core-components>=0.6",
"werkzeug>=2.0",
],
extras_require={
Expand Down

0 comments on commit c2981ea

Please sign in to comment.