diff --git a/docs/changelog.rst b/docs/changelog.rst index 64771d30..a31a0d3a 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,13 @@ Changelog ========= +1.0.1 +----- +Bug fixes +~~~~~~~~~ +- Pinned that maximum version of `napari` to 0.4.17, since ``napari-matplotlib`` + does not yet work with ``napari`` 0.4.18. + 1.0.0 ----- diff --git a/setup.cfg b/setup.cfg index b03f446c..dfd52347 100644 --- a/setup.cfg +++ b/setup.cfg @@ -28,7 +28,7 @@ project_urls = packages = find: install_requires = matplotlib - napari + napari<0.4.18 numpy tinycss2 python_requires = >=3.8