diff --git a/CHANGELOG b/CHANGELOG index a15504e..0c3c570 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,5 @@ +0.16.1 + - setup: bump dclab from 0.58.2 to 0.58.7 0.16.1 - setup: bump dclab from 0.57.0 to 0.58.2 (basin features) 0.16.0 diff --git a/setup.py b/setup.py index e2cd319..3c7256b 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ license="GPL v3", description=description, long_description=open('README.rst').read() if exists('README.rst') else '', - install_requires=["dclab[tdms]>=0.58.2", + install_requires=["dclab[tdms]>=0.58.7", "h5py>=3.9.0", # https://github.com/imageio/imageio/issues/766 "imageio[ffmpeg]==2.10.3",