Skip to content

Commit

Permalink
Prepare for new release (#465)
Browse files Browse the repository at this point in the history
  • Loading branch information
anders-kiaer authored Jun 6, 2021
1 parent acf083e commit 7bfa2a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 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.3.2] - 2021-06-06

### Added
- [#456](https://github.com/equinor/webviz-config/pull/456) - Extended error message
when configuration file is invalid with suggestion to run `webviz docs`.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def get_long_description() -> str:
"dataclasses>=0.8; python_version<'3.7'",
"importlib-metadata>=1.7; python_version<'3.8'",
"typing-extensions>=3.7; python_version<'3.8'",
"webviz-core-components>=0.4.0",
"webviz-core-components>=0.5.0",
],
extras_require={
"tests": TESTS_REQUIRES,
Expand Down

0 comments on commit 7bfa2a9

Please sign in to comment.