Skip to content

Commit 029925f

Browse files
committed
release 0.9.7
1 parent c102e70 commit 029925f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

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

6767
| `ipympl` | `jupyter-matplotlib` | `JupyterLab` | `Matplotlib` |
6868
|----------|----------------------|--------------|--------------|
69-
| 0.9.5-6 | 0.11.5-6 | >=2,<5 | >=3.5.0 |
69+
| 0.9.5-7 | 0.11.5-7 | >=2,<5 | >=3.5.0 |
7070
| 0.9.3-4 | 0.11.3-4 | >=2,<5 | 3.4.0>= |
7171
| 0.9.0-2 | 0.11.0-2 | >=2,<5 | 3.4.0>= <3.7|
7272
| 0.8.8 | 0.10.x | >=2,<5 | 3.3.1>= <3.7|

docs/installing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +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.5-6 | 0.11.5-6 | >=2,<5 | >=3.5.0 |
52+
| 0.9.5-7 | 0.11.5-7 | >=2,<5 | >=3.5.0 |
5353
| 0.9.3-4 | 0.11.3-4 | >=2,<5 | 3.4.0>= |
5454
| 0.9.0-2 | 0.11.0-2 | >=2,<5 | 3.4.0>= <3.7|
5555
| 0.8.8 | 0.10.x | 3 or 2 | 3.3.1>= <3.7|

ipympl/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
version_info = (0, 9, 6)
1+
version_info = (0, 9, 7)
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.6",
3+
"version": "0.11.7",
44
"description": "Matplotlib Jupyter Interactive Widget",
55
"author": "Matplotlib Development team",
66
"license": "BSD-3-Clause",

0 commit comments

Comments
 (0)