Skip to content

Commit 4a9932b

Browse files
committed
update to 1.5.1 release
1 parent 94a211b commit 4a9932b

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
This file is to document DWS releases and the noteable changes in each release.
33
We 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

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ browser.
4040

4141
License
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.
4444
It is licensed under the Apache 2.0 license. See the file LICENSE.txt for details.

dataworkspaces/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
3232
"""
3333

34-
__version__ = "1.5.0"
34+
__version__ = "1.5.1"
3535

0 commit comments

Comments
 (0)