Skip to content

Commit efd2e5c

Browse files
committed
Release 0.9.5
1 parent 52f01d1 commit efd2e5c

File tree

5 files changed

+11
-7
lines changed

5 files changed

+11
-7
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,9 @@ Versions lookup table:
6666

6767
| `ipympl` | `jupyter-matplotlib` | `JupyterLab` | `Matplotlib` |
6868
|----------|----------------------|--------------|--------------|
69-
| 0.9.3+ | 0.11.3+ | >=2,<5 | 3.4.0>= |
69+
| 0.9.5 | 0.11.5 | >=2,<5 | >=3.5.0 |
70+
| 0.9.4 | 0.11.4 | >=2,<5 | 3.4.0>= |
71+
| 0.9.3 | 0.11.3 | >=2,<5 | 3.4.0>= |
7072
| 0.9.0-2 | 0.11.0-2 | >=2,<5 | 3.4.0>= <3.7|
7173
| 0.8.8 | 0.10.x | >=2,<5 | 3.3.1>= <3.7|
7274
| 0.8.0-7 | 0.10.x | >=2,<5 | 3.3.1>=, <3.6|

RELEASE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
To release a new version of ipympl on PyPI:
1+
To release a new version of ipympl on PyPI:
22

33
In your local copy of the repo
44

55
1. Switch to the `main` branch
66
2. Update relevant files
77
- `ipympl/_version.py`
8-
- `src/version.ts`
8+
- `version` at the top of `package.json`
99
- The table in the README
1010
- The table in `docs/installing.md`
1111
3. `git commit -m "release X.Y.Z"`

docs/installing.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,10 @@ Not all versions of `ipympl` are compatible with different version of Jupyterlab
4949

5050
| `ipympl` | `jupyter-matplotlib` | `JupyterLab` | `Matplotlib` |
5151
|----------|----------------------|--------------|--------------|
52-
| 0.9.3 | 0.11.3+ | 3 or 2 | 3.4.0>= |
53-
| 0.9.0-2 | 0.11.0-2 | 3 or 2 | 3.4.0>= <3.7|
52+
| 0.9.5 | 0.11.5 | >=2,<5 | >=3.5.0 |
53+
| 0.9.4 | 0.11.4 | >=2,<5 | 3.4.0>= |
54+
| 0.9.3 | 0.11.3 | >=2,<5 | 3.4.0>= |
55+
| 0.9.0-2 | 0.11.0-2 | >=2,<5 | 3.4.0>= <3.7|
5456
| 0.8.8 | 0.10.x | 3 or 2 | 3.3.1>= <3.7|
5557
| 0.8.0-7 | 0.10.x | 3 or 2 | 3.3.1>=, <3.6|
5658
| 0.7.0 | 0.9.0 | 3 or 2 | 3.3.1>= |

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

0 commit comments

Comments
 (0)