From 3a6f3a2020b7684390aec3778cbf0d97db57236e Mon Sep 17 00:00:00 2001 From: Ian Hunt-Isaak Date: Wed, 13 Apr 2022 13:42:29 -0400 Subject: [PATCH] Release 0.9.0 python version 0.9.0 Typescript: 0.11.0 First release with model_version 1.0.0 --- README.md | 1 + docs/installing.md | 1 + ipympl/_version.py | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 305b6a29..0efa4ed4 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,7 @@ Versions lookup table: | `ipympl` | `jupyter-matplotlib` | `JupyterLab` | `Matplotlib` | |----------|----------------------|--------------|--------------| +| 0.9.0 | 0.11.x | 3 or 2 | 3.4.0>= | | 0.8.8 | 0.10.x | 3 or 2 | 3.3.1>= | | 0.8.0-7 | 0.10.x | 3 or 2 | 3.3.1>=, <3.6| | 0.7.0 | 0.9.0 | 3 or 2 | 3.3.1>= | diff --git a/docs/installing.md b/docs/installing.md index c02b5b45..2332520f 100644 --- a/docs/installing.md +++ b/docs/installing.md @@ -49,6 +49,7 @@ Not all versions of `ipympl` are compatible with different version of Jupyterlab | `ipympl` | `jupyter-matplotlib` | `JupyterLab` | `Matplotlib` | |----------|----------------------|--------------|--------------| +| 0.9.0 | 0.11.x | 3 or 2 | 3.4.0>= | | 0.8.8 | 0.10.x | 3 or 2 | 3.3.1>= | | 0.8.0-7 | 0.10.x | 3 or 2 | 3.3.1>=, <3.6| | 0.7.0 | 0.9.0 | 3 or 2 | 3.3.1>= | diff --git a/ipympl/_version.py b/ipympl/_version.py index 50687298..f3b6f97e 100644 --- a/ipympl/_version.py +++ b/ipympl/_version.py @@ -1,4 +1,4 @@ -version_info = (0, 8, 8) +version_info = (0, 9, 0) __version__ = '.'.join(map(str, version_info)) diff --git a/package.json b/package.json index 50f5e52f..4e6ecfbf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jupyter-matplotlib", - "version": "0.10.5", + "version": "0.11.0", "description": "Matplotlib Jupyter Interactive Widget", "author": "Matplotlib Development team", "license": "BSD-3-Clause",