From 8b70ae367b83ebc50dc81ba621433a7927064d2a Mon Sep 17 00:00:00 2001 From: Ian Thomas Date: Thu, 9 Oct 2025 14:40:42 +0100 Subject: [PATCH] Release 0.9.8 --- README.md | 2 +- docs/installing.md | 2 +- ipympl/_version.py | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ac06e7db..199582d0 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ Versions lookup table: | `ipympl` | `jupyter-matplotlib` | `JupyterLab` | `Matplotlib` | |----------|----------------------|--------------|--------------| -| 0.9.5-7 | 0.11.5-7 | >=2,<5 | >=3.5.0 | +| 0.9.5-8 | 0.11.5-8 | >=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| diff --git a/docs/installing.md b/docs/installing.md index 828ad6df..d8e242a0 100644 --- a/docs/installing.md +++ b/docs/installing.md @@ -49,7 +49,7 @@ Not all versions of `ipympl` are compatible with different version of Jupyterlab | `ipympl` | `jupyter-matplotlib` | `JupyterLab` | `Matplotlib` | |----------|----------------------|--------------|--------------| -| 0.9.5-7 | 0.11.5-7 | >=2,<5 | >=3.5.0 | +| 0.9.5-8 | 0.11.5-8 | >=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| diff --git a/ipympl/_version.py b/ipympl/_version.py index 3bfa42c0..29a4cd0f 100644 --- a/ipympl/_version.py +++ b/ipympl/_version.py @@ -1,3 +1,3 @@ -version_info = (0, 9, 7) +version_info = (0, 9, 8) __version__ = '.'.join(map(str, version_info)) js_semver = '^0.11' diff --git a/package.json b/package.json index 30bec053..cebfc01f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jupyter-matplotlib", - "version": "0.11.7", + "version": "0.11.8", "description": "Matplotlib Jupyter Interactive Widget", "author": "Matplotlib Development team", "license": "BSD-3-Clause",