Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -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
-----

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ project_urls =
packages = find:
install_requires =
matplotlib
napari
napari<0.4.18
numpy
tinycss2
python_requires = >=3.8
Expand Down