File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22This file is to document DWS releases and the noteable changes in each release.
33We started keeping this log as of release 1.5.
44
5+ ## [ 1.5.1] - 2021-08-11
6+
7+ Minor release to address some mypy and setuptools compatibility issues. Should not
8+ impact users installing via pip.
9+
10+ ### Fixed
11+
12+ - Issue [ #78 ] ( https://github.com/data-workspaces/data-workspaces-core/issues/78 ) - a workaround for
13+ an older mypy issue broke the packaging. Ran into a bunch of mypy issues (on Linux only!), which
14+ were finally resolved by moving the mypy configuration out of pyproject.toml and adding typing
15+ ignore comments for external package imports in the dataworkspaces.kits submodules.
16+
517
618## [ 1.5.0] - 2021-08-11
719
Original file line number Diff line number Diff line change @@ -40,5 +40,5 @@ browser.
4040
4141License
4242=======
43- This code is copyright 2018 - 2020 by the Max Planck Institute for Software Systems and Benedat LLC.
43+ This code is copyright 2018 - 2021 by the Max Planck Institute for Software Systems and Benedat LLC.
4444It is licensed under the Apache 2.0 license. See the file LICENSE.txt for details.
Original file line number Diff line number Diff line change 3131
3232"""
3333
34- __version__ = "1.5.0 "
34+ __version__ = "1.5.1 "
3535
You can’t perform that action at this time.
0 commit comments