Skip to content

Commit 14010db

Browse files
committed
Release 0.9.4
1 parent 172118b commit 14010db

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -66,23 +66,23 @@ Versions lookup table:
6666

6767
| `ipympl` | `jupyter-matplotlib` | `JupyterLab` | `Matplotlib` |
6868
|----------|----------------------|--------------|--------------|
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|
72-
| 0.8.0-7 | 0.10.x | 3 or 2 | 3.3.1>=, <3.6|
73-
| 0.7.0 | 0.9.0 | 3 or 2 | 3.3.1>= |
74-
| 0.6.x | 0.8.x | 3 or 2 | 3.3.1>=, <3.4|
75-
| 0.5.8 | 0.7.4 | 1 or 2 | 3.3.1>=, <3.4|
76-
| 0.5.7 | 0.7.3 | 1 or 2 | 3.2.* |
69+
| 0.9.3+ | 0.11.3+ | >=2,<5 | 3.4.0>= |
70+
| 0.9.0-2 | 0.11.0-2 | >=2,<5 | 3.4.0>= <3.7|
71+
| 0.8.8 | 0.10.x | >=2,<5 | 3.3.1>= <3.7|
72+
| 0.8.0-7 | 0.10.x | >=2,<5 | 3.3.1>=, <3.6|
73+
| 0.7.0 | 0.9.0 | >=2,<5 | 3.3.1>= |
74+
| 0.6.x | 0.8.x | >=2,<5 | 3.3.1>=, <3.4|
75+
| 0.5.8 | 0.7.4 | >=1,<3 | 3.3.1>=, <3.4|
76+
| 0.5.7 | 0.7.3 | >=1,<3 | 3.2.* |
7777
| ... | ... | ... | |
78-
| 0.5.3 | 0.7.2 | 1 or 2 | |
79-
| 0.5.2 | 0.7.1 | 1 | |
80-
| 0.5.1 | 0.7.0 | 1 | |
81-
| 0.5.0 | 0.6.0 | 1 | |
82-
| 0.4.0 | 0.5.0 | 1 | |
83-
| 0.3.3 | 0.4.2 | 1 | |
84-
| 0.3.2 | 0.4.1 | 1 | |
85-
| 0.3.1 | 0.4.0 | 0 or 1 | |
78+
| 0.5.3 | 0.7.2 | >=1,<3 | |
79+
| 0.5.2 | 0.7.1 | >=1,<2 | |
80+
| 0.5.1 | 0.7.0 | >=1,<2 | |
81+
| 0.5.0 | 0.6.0 | >=1,<2 | |
82+
| 0.4.0 | 0.5.0 | >=1,<2 | |
83+
| 0.3.3 | 0.4.2 | >=1,<2 | |
84+
| 0.3.2 | 0.4.1 | >=1,<2 | |
85+
| 0.3.1 | 0.4.0 | >=0<2 | |
8686

8787
### For a development installation (requires nodejs):
8888

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, 4, "dev", 1)
1+
version_info = (0, 9, 4)
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.3",
3+
"version": "0.11.4",
44
"description": "Matplotlib Jupyter Interactive Widget",
55
"author": "Matplotlib Development team",
66
"license": "BSD-3-Clause",

0 commit comments

Comments
 (0)