Skip to content

Commit

Permalink
Release 0.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthomas23 committed Jan 2, 2025
1 parent 14db341 commit fa3d346
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 9 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,8 @@ Versions lookup table:

| `ipympl` | `jupyter-matplotlib` | `JupyterLab` | `Matplotlib` |
|----------|----------------------|--------------|--------------|
| 0.9.5 | 0.11.5 | >=2,<5 | >=3.5.0 |
| 0.9.4 | 0.11.4 | >=2,<5 | 3.4.0>= |
| 0.9.3 | 0.11.3 | >=2,<5 | 3.4.0>= |
| 0.9.5-6 | 0.11.5-6 | >=2,<5 | >=3.5.0 |
| 0.9.3-4 | 0.11.3-4 | >=2,<5 | 3.4.0>= |
| 0.9.0-2 | 0.11.0-2 | >=2,<5 | 3.4.0>= <3.7|
| 0.8.8 | 0.10.x | >=2,<5 | 3.3.1>= <3.7|
| 0.8.0-7 | 0.10.x | >=2,<5 | 3.3.1>=, <3.6|
Expand Down
5 changes: 2 additions & 3 deletions docs/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,8 @@ Not all versions of `ipympl` are compatible with different version of Jupyterlab

| `ipympl` | `jupyter-matplotlib` | `JupyterLab` | `Matplotlib` |
|----------|----------------------|--------------|--------------|
| 0.9.5 | 0.11.5 | >=2,<5 | >=3.5.0 |
| 0.9.4 | 0.11.4 | >=2,<5 | 3.4.0>= |
| 0.9.3 | 0.11.3 | >=2,<5 | 3.4.0>= |
| 0.9.5-6 | 0.11.5-6 | >=2,<5 | >=3.5.0 |
| 0.9.3-4 | 0.11.3-4 | >=2,<5 | 3.4.0>= |
| 0.9.0-2 | 0.11.0-2 | >=2,<5 | 3.4.0>= <3.7|
| 0.8.8 | 0.10.x | 3 or 2 | 3.3.1>= <3.7|
| 0.8.0-7 | 0.10.x | 3 or 2 | 3.3.1>=, <3.6|
Expand Down
2 changes: 1 addition & 1 deletion ipympl/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version_info = (0, 9, 5)
version_info = (0, 9, 6)
__version__ = '.'.join(map(str, version_info))
js_semver = '^0.11'
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.11.5",
"version": "0.11.6",
"description": "Matplotlib Jupyter Interactive Widget",
"author": "Matplotlib Development team",
"license": "BSD-3-Clause",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ classifiers = [
dependencies = [
"ipython<9",
"ipywidgets>=7.6.0,<9",
"matplotlib>=3.4.0,<4",
"matplotlib>=3.5.0,<4",
"numpy",
"pillow",
"traitlets<6",
Expand Down

0 comments on commit fa3d346

Please sign in to comment.