From fa3d346772b12cb42f6ad7276f545478e2ee7669 Mon Sep 17 00:00:00 2001 From: Ian Thomas Date: Thu, 2 Jan 2025 11:18:21 +0000 Subject: [PATCH] Release 0.9.6 --- README.md | 5 ++--- docs/installing.md | 5 ++--- ipympl/_version.py | 2 +- package.json | 2 +- pyproject.toml | 2 +- 5 files changed, 7 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index fcc6ead..dbda5a1 100644 --- a/README.md +++ b/README.md @@ -66,9 +66,8 @@ Versions lookup table: | `ipympl` | `jupyter-matplotlib` | `JupyterLab` | `Matplotlib` | |----------|----------------------|--------------|--------------| -| 0.9.5 | 0.11.5 | >=2,<5 | >=3.5.0 | -| 0.9.4 | 0.11.4 | >=2,<5 | 3.4.0>= | -| 0.9.3 | 0.11.3 | >=2,<5 | 3.4.0>= | +| 0.9.5-6 | 0.11.5-6 | >=2,<5 | >=3.5.0 | +| 0.9.3-4 | 0.11.3-4 | >=2,<5 | 3.4.0>= | | 0.9.0-2 | 0.11.0-2 | >=2,<5 | 3.4.0>= <3.7| | 0.8.8 | 0.10.x | >=2,<5 | 3.3.1>= <3.7| | 0.8.0-7 | 0.10.x | >=2,<5 | 3.3.1>=, <3.6| diff --git a/docs/installing.md b/docs/installing.md index 36164f7..727e76b 100644 --- a/docs/installing.md +++ b/docs/installing.md @@ -49,9 +49,8 @@ Not all versions of `ipympl` are compatible with different version of Jupyterlab | `ipympl` | `jupyter-matplotlib` | `JupyterLab` | `Matplotlib` | |----------|----------------------|--------------|--------------| -| 0.9.5 | 0.11.5 | >=2,<5 | >=3.5.0 | -| 0.9.4 | 0.11.4 | >=2,<5 | 3.4.0>= | -| 0.9.3 | 0.11.3 | >=2,<5 | 3.4.0>= | +| 0.9.5-6 | 0.11.5-6 | >=2,<5 | >=3.5.0 | +| 0.9.3-4 | 0.11.3-4 | >=2,<5 | 3.4.0>= | | 0.9.0-2 | 0.11.0-2 | >=2,<5 | 3.4.0>= <3.7| | 0.8.8 | 0.10.x | 3 or 2 | 3.3.1>= <3.7| | 0.8.0-7 | 0.10.x | 3 or 2 | 3.3.1>=, <3.6| diff --git a/ipympl/_version.py b/ipympl/_version.py index e52d8fc..72b0024 100644 --- a/ipympl/_version.py +++ b/ipympl/_version.py @@ -1,3 +1,3 @@ -version_info = (0, 9, 5) +version_info = (0, 9, 6) __version__ = '.'.join(map(str, version_info)) js_semver = '^0.11' diff --git a/package.json b/package.json index 0b873b8..870f1fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jupyter-matplotlib", - "version": "0.11.5", + "version": "0.11.6", "description": "Matplotlib Jupyter Interactive Widget", "author": "Matplotlib Development team", "license": "BSD-3-Clause", diff --git a/pyproject.toml b/pyproject.toml index 3291c97..27e5712 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ classifiers = [ dependencies = [ "ipython<9", "ipywidgets>=7.6.0,<9", - "matplotlib>=3.4.0,<4", + "matplotlib>=3.5.0,<4", "numpy", "pillow", "traitlets<6",