Skip to content

Commit 3a6f3a2

Browse files
committed
Release 0.9.0
python version 0.9.0 Typescript: 0.11.0 First release with model_version 1.0.0
1 parent 8911332 commit 3a6f3a2

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

Diff for: README.md

+1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ Versions lookup table:
6666

6767
| `ipympl` | `jupyter-matplotlib` | `JupyterLab` | `Matplotlib` |
6868
|----------|----------------------|--------------|--------------|
69+
| 0.9.0 | 0.11.x | 3 or 2 | 3.4.0>= |
6970
| 0.8.8 | 0.10.x | 3 or 2 | 3.3.1>= |
7071
| 0.8.0-7 | 0.10.x | 3 or 2 | 3.3.1>=, <3.6|
7172
| 0.7.0 | 0.9.0 | 3 or 2 | 3.3.1>= |

Diff for: docs/installing.md

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ Not all versions of `ipympl` are compatible with different version of Jupyterlab
4949

5050
| `ipympl` | `jupyter-matplotlib` | `JupyterLab` | `Matplotlib` |
5151
|----------|----------------------|--------------|--------------|
52+
| 0.9.0 | 0.11.x | 3 or 2 | 3.4.0>= |
5253
| 0.8.8 | 0.10.x | 3 or 2 | 3.3.1>= |
5354
| 0.8.0-7 | 0.10.x | 3 or 2 | 3.3.1>=, <3.6|
5455
| 0.7.0 | 0.9.0 | 3 or 2 | 3.3.1>= |

Diff for: ipympl/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version_info = (0, 8, 8)
1+
version_info = (0, 9, 0)
22
__version__ = '.'.join(map(str, version_info))
33

44

Diff for: package.json

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

0 commit comments

Comments
 (0)