Skip to content

Commit fa3d346

Browse files
committed
Release 0.9.6
1 parent 14db341 commit fa3d346

File tree

5 files changed

+7
-9
lines changed

5 files changed

+7
-9
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,8 @@ Versions lookup table:
6666

6767
| `ipympl` | `jupyter-matplotlib` | `JupyterLab` | `Matplotlib` |
6868
|----------|----------------------|--------------|--------------|
69-
| 0.9.5 | 0.11.5 | >=2,<5 | >=3.5.0 |
70-
| 0.9.4 | 0.11.4 | >=2,<5 | 3.4.0>= |
71-
| 0.9.3 | 0.11.3 | >=2,<5 | 3.4.0>= |
69+
| 0.9.5-6 | 0.11.5-6 | >=2,<5 | >=3.5.0 |
70+
| 0.9.3-4 | 0.11.3-4 | >=2,<5 | 3.4.0>= |
7271
| 0.9.0-2 | 0.11.0-2 | >=2,<5 | 3.4.0>= <3.7|
7372
| 0.8.8 | 0.10.x | >=2,<5 | 3.3.1>= <3.7|
7473
| 0.8.0-7 | 0.10.x | >=2,<5 | 3.3.1>=, <3.6|

docs/installing.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,8 @@ Not all versions of `ipympl` are compatible with different version of Jupyterlab
4949

5050
| `ipympl` | `jupyter-matplotlib` | `JupyterLab` | `Matplotlib` |
5151
|----------|----------------------|--------------|--------------|
52-
| 0.9.5 | 0.11.5 | >=2,<5 | >=3.5.0 |
53-
| 0.9.4 | 0.11.4 | >=2,<5 | 3.4.0>= |
54-
| 0.9.3 | 0.11.3 | >=2,<5 | 3.4.0>= |
52+
| 0.9.5-6 | 0.11.5-6 | >=2,<5 | >=3.5.0 |
53+
| 0.9.3-4 | 0.11.3-4 | >=2,<5 | 3.4.0>= |
5554
| 0.9.0-2 | 0.11.0-2 | >=2,<5 | 3.4.0>= <3.7|
5655
| 0.8.8 | 0.10.x | 3 or 2 | 3.3.1>= <3.7|
5756
| 0.8.0-7 | 0.10.x | 3 or 2 | 3.3.1>=, <3.6|

ipympl/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
version_info = (0, 9, 5)
1+
version_info = (0, 9, 6)
22
__version__ = '.'.join(map(str, version_info))
33
js_semver = '^0.11'

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyter-matplotlib",
3-
"version": "0.11.5",
3+
"version": "0.11.6",
44
"description": "Matplotlib Jupyter Interactive Widget",
55
"author": "Matplotlib Development team",
66
"license": "BSD-3-Clause",

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ classifiers = [
4444
dependencies = [
4545
"ipython<9",
4646
"ipywidgets>=7.6.0,<9",
47-
"matplotlib>=3.4.0,<4",
47+
"matplotlib>=3.5.0,<4",
4848
"numpy",
4949
"pillow",
5050
"traitlets<6",

0 commit comments

Comments
 (0)