From c696b1a63215463e5c81414eab76963df9795084 Mon Sep 17 00:00:00 2001 From: Ian Hunt-Isaak Date: Fri, 18 Feb 2022 00:44:20 -0500 Subject: [PATCH] Release 0.8.8 --- README.md | 3 ++- ipympl/_version.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 974ce61a..cd5ddf92 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,8 @@ Versions lookup table: | `ipympl` | `jupyter-matplotlib` | `JupyterLab` | `Matplotlib` | |----------|----------------------|--------------|--------------| -| 0.8.x | 0.10.x | 3 or 2 | 3.3.1>= | +| 0.8.8 | 0.10.x | 3 or 2 | 3.3.1>= | +| 0.8.0-7 | 0.10.x | 3 or 2 | 3.3.1>=, <3.6| | 0.7.0 | 0.9.0 | 3 or 2 | 3.3.1>= | | 0.6.x | 0.8.x | 3 or 2 | 3.3.1>=, <3.4| | 0.5.8 | 0.7.4 | 1 or 2 | 3.3.1>=, <3.4| diff --git a/ipympl/_version.py b/ipympl/_version.py index e386f7d6..a7041c4b 100644 --- a/ipympl/_version.py +++ b/ipympl/_version.py @@ -1,3 +1,3 @@ -version_info = (0, 8, 7) +version_info = (0, 8, 8) __version__ = '.'.join(map(str, version_info)) js_semver = '^0.10.5'