Skip to content

Commit 1ba8596

Browse files
committed
Bump version to 0.10.0 / 0.12.0
Python version: 0.9.8 -> 0.10.0 TypeScript version: 0.11.8 -> 0.12.0
1 parent 805057a commit 1ba8596

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ Versions lookup table:
6969

7070
| `ipympl` | `jupyter-matplotlib` | `JupyterLab` | `Matplotlib` |
7171
|----------|----------------------|--------------|--------------|
72+
| 0.10.0 | 0.12.0 | >=2,<5 | >=3.5.0 |
7273
| 0.9.5-8 | 0.11.5-8 | >=2,<5 | >=3.5.0 |
7374
| 0.9.3-4 | 0.11.3-4 | >=2,<5 | 3.4.0>= |
7475
| 0.9.0-2 | 0.11.0-2 | >=2,<5 | 3.4.0>= <3.7|

docs/installing.md

Lines changed: 1 addition & 0 deletions
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.10.0 | 0.12.0 | >=2,<5 | >=3.5.0 |
5253
| 0.9.5-8 | 0.11.5-8 | >=2,<5 | >=3.5.0 |
5354
| 0.9.3-4 | 0.11.3-4 | >=2,<5 | 3.4.0>= |
5455
| 0.9.0-2 | 0.11.0-2 | >=2,<5 | 3.4.0>= <3.7|

ipympl/_version.py

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

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.8",
3+
"version": "0.12.0",
44
"description": "Matplotlib Jupyter Interactive Widget",
55
"author": "Matplotlib Development team",
66
"license": "BSD-3-Clause",

0 commit comments

Comments
 (0)