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:
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|
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:
22
33In your local copy of the repo
44
551 . Switch to the ` main ` branch
662 . 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 `
11113 . ` 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
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>= |
Original file line number Diff line number Diff line change 1- version_info = (0 , 9 , 4 )
1+ version_info = (0 , 9 , 5 )
22__version__ = '.' .join (map (str , version_info ))
33js_semver = '^0.11'
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments