Skip to content

Commit c696b1a

Browse files
committed
Release 0.8.8
1 parent fc0e08c commit c696b1a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ Versions lookup table:
6464

6565
| `ipympl` | `jupyter-matplotlib` | `JupyterLab` | `Matplotlib` |
6666
|----------|----------------------|--------------|--------------|
67-
| 0.8.x | 0.10.x | 3 or 2 | 3.3.1>= |
67+
| 0.8.8 | 0.10.x | 3 or 2 | 3.3.1>= |
68+
| 0.8.0-7 | 0.10.x | 3 or 2 | 3.3.1>=, <3.6|
6869
| 0.7.0 | 0.9.0 | 3 or 2 | 3.3.1>= |
6970
| 0.6.x | 0.8.x | 3 or 2 | 3.3.1>=, <3.4|
7071
| 0.5.8 | 0.7.4 | 1 or 2 | 3.3.1>=, <3.4|

ipympl/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
version_info = (0, 8, 7)
1+
version_info = (0, 8, 8)
22
__version__ = '.'.join(map(str, version_info))
33
js_semver = '^0.10.5'

0 commit comments

Comments
 (0)