Skip to content

Commit 3985793

Browse files
committed
release 0.9.3
1 parent 6246018 commit 3985793

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,9 @@ Versions lookup table:
6666

6767
| `ipympl` | `jupyter-matplotlib` | `JupyterLab` | `Matplotlib` |
6868
|----------|----------------------|--------------|--------------|
69-
| 0.9.0 | 0.11.x | 3 or 2 | 3.4.0>= |
70-
| 0.8.8 | 0.10.x | 3 or 2 | 3.3.1>= |
69+
| 0.9.3 | 0.11.3+ | 3 or 2 | 3.4.0>= |
70+
| 0.9.0-2 | 0.11.0-2 | 3 or 2 | 3.4.0>= <3.7|
71+
| 0.8.8 | 0.10.x | 3 or 2 | 3.3.1>= <3.7|
7172
| 0.8.0-7 | 0.10.x | 3 or 2 | 3.3.1>=, <3.6|
7273
| 0.7.0 | 0.9.0 | 3 or 2 | 3.3.1>= |
7374
| 0.6.x | 0.8.x | 3 or 2 | 3.3.1>=, <3.4|

docs/installing.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,9 @@ 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>= |
53-
| 0.8.8 | 0.10.x | 3 or 2 | 3.3.1>= |
52+
| 0.9.3 | 0.11.3+ | 3 or 2 | 3.4.0>= |
53+
| 0.9.0-2 | 0.11.0-2 | 3 or 2 | 3.4.0>= <3.7|
54+
| 0.8.8 | 0.10.x | 3 or 2 | 3.3.1>= <3.7|
5455
| 0.8.0-7 | 0.10.x | 3 or 2 | 3.3.1>=, <3.6|
5556
| 0.7.0 | 0.9.0 | 3 or 2 | 3.3.1>= |
5657
| 0.6.x | 0.8.x | 3 or 2 | 3.3.1>=, <3.4|

ipympl/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
version_info = (0, 9, 2)
1+
version_info = (0, 9, 3)
22
__version__ = '.'.join(map(str, version_info))
33
js_semver = '^0.11'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyter-matplotlib",
3-
"version": "0.11.2",
3+
"version": "0.11.3",
44
"description": "Matplotlib Jupyter Interactive Widget",
55
"author": "Matplotlib Development team",
66
"license": "BSD-3-Clause",

0 commit comments

Comments
 (0)