Skip to content

Commit

Permalink
Prepare for release (#533)
Browse files Browse the repository at this point in the history
  • Loading branch information
anders-kiaer authored Oct 8, 2021
1 parent e3fa44b commit fa416c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [UNRELEASED] - YYYY-MM-DD

## [0.3.5] - 2021-10-08

### Changed
- [#502](https://github.com/equinor/webviz-config/pull/502) - Updated to `Dash 2.0`.
- [#496](https://github.com/equinor/webviz-config/pull/496) - Implemented automatic menu creation from YAML file with new `wcc` Menu component (see https://github.com/equinor/webviz-core-components/pull/154).

### Fixed
- [#498](https://github.com/equinor/webviz-config/pull/498) - Explicitly use UTC when comparing time zones in the `OAuth` implementation.
Expand All @@ -17,7 +21,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- [#503](https://github.com/equinor/webviz-config/pull/503) - Added `__main__.py`. This will allow users to do `python -m webviz_config [...]` in addition to `webviz [...]`.
- [#510](https://github.com/equinor/webviz-config/pull/510) - Added command line option `--debug` which enables selected underlying Dash development features.
- [#496](https://github.com/equinor/webviz-config/pull/496) - Implemented automatic menu creation from YAML file with new `wcc` Menu component (see https://github.com/equinor/webviz-core-components/pull/154).

## [0.3.4] - 2021-08-30

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:
"requests>=2.20",
"tqdm>=4.8",
"typing-extensions>=3.7; python_version<'3.8'",
"webviz-core-components>=0.5.0",
"webviz-core-components>=0.5.2",
],
extras_require={
"tests": TESTS_REQUIRES,
Expand Down

0 comments on commit fa416c2

Please sign in to comment.