File tree Expand file tree Collapse file tree 5 files changed +11
-7
lines changed Expand file tree Collapse file tree 5 files changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,9 @@ Versions lookup table:
66
66
67
67
| ` ipympl ` | ` jupyter-matplotlib ` | ` JupyterLab ` | ` Matplotlib ` |
68
68
| ----------| ----------------------| --------------| --------------|
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>= |
70
72
| 0.9.0-2 | 0.11.0-2 | >=2,<5 | 3.4.0>= <3.7|
71
73
| 0.8.8 | 0.10.x | >=2,<5 | 3.3.1>= <3.7|
72
74
| 0.8.0-7 | 0.10.x | >=2,<5 | 3.3.1>=, <3.6|
Original file line number Diff line number Diff line change 1
- To release a new version of ipympl on PyPI:
1
+ To release a new version of ipympl on PyPI:
2
2
3
3
In your local copy of the repo
4
4
5
5
1 . Switch to the ` main ` branch
6
6
2 . Update relevant files
7
7
- ` ipympl/_version.py `
8
- - ` src/ version.ts `
8
+ - ` version ` at the top of ` package.json `
9
9
- The table in the README
10
10
- The table in ` docs/installing.md `
11
11
3 . ` git commit -m "release X.Y.Z" `
Original file line number Diff line number Diff line change @@ -49,8 +49,10 @@ Not all versions of `ipympl` are compatible with different version of Jupyterlab
49
49
50
50
| ` ipympl ` | ` jupyter-matplotlib ` | ` JupyterLab ` | ` Matplotlib ` |
51
51
| ----------| ----------------------| --------------| --------------|
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|
54
56
| 0.8.8 | 0.10.x | 3 or 2 | 3.3.1>= <3.7|
55
57
| 0.8.0-7 | 0.10.x | 3 or 2 | 3.3.1>=, <3.6|
56
58
| 0.7.0 | 0.9.0 | 3 or 2 | 3.3.1>= |
Original file line number Diff line number Diff line change 1
- version_info = (0 , 9 , 4 )
1
+ version_info = (0 , 9 , 5 )
2
2
__version__ = '.' .join (map (str , version_info ))
3
3
js_semver = '^0.11'
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jupyter-matplotlib" ,
3
- "version" : " 0.11.4 " ,
3
+ "version" : " 0.11.5 " ,
4
4
"description" : " Matplotlib Jupyter Interactive Widget" ,
5
5
"author" : " Matplotlib Development team" ,
6
6
"license" : " BSD-3-Clause" ,
You can’t perform that action at this time.
0 commit comments