Skip to content

Commit

Permalink
Release 0.9.0
Browse files Browse the repository at this point in the history
python version 0.9.0
Typescript: 0.11.0
First release with model_version 1.0.0
  • Loading branch information
ianhi committed Apr 13, 2022
1 parent 8911332 commit 3a6f3a2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ Versions lookup table:

| `ipympl` | `jupyter-matplotlib` | `JupyterLab` | `Matplotlib` |
|----------|----------------------|--------------|--------------|
| 0.9.0 | 0.11.x | 3 or 2 | 3.4.0>= |
| 0.8.8 | 0.10.x | 3 or 2 | 3.3.1>= |
| 0.8.0-7 | 0.10.x | 3 or 2 | 3.3.1>=, <3.6|
| 0.7.0 | 0.9.0 | 3 or 2 | 3.3.1>= |
Expand Down
1 change: 1 addition & 0 deletions docs/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ Not all versions of `ipympl` are compatible with different version of Jupyterlab

| `ipympl` | `jupyter-matplotlib` | `JupyterLab` | `Matplotlib` |
|----------|----------------------|--------------|--------------|
| 0.9.0 | 0.11.x | 3 or 2 | 3.4.0>= |
| 0.8.8 | 0.10.x | 3 or 2 | 3.3.1>= |
| 0.8.0-7 | 0.10.x | 3 or 2 | 3.3.1>=, <3.6|
| 0.7.0 | 0.9.0 | 3 or 2 | 3.3.1>= |
Expand Down
2 changes: 1 addition & 1 deletion ipympl/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version_info = (0, 8, 8)
version_info = (0, 9, 0)
__version__ = '.'.join(map(str, version_info))


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyter-matplotlib",
"version": "0.10.5",
"version": "0.11.0",
"description": "Matplotlib Jupyter Interactive Widget",
"author": "Matplotlib Development team",
"license": "BSD-3-Clause",
Expand Down

0 comments on commit 3a6f3a2

Please sign in to comment.