From 1fd729079211ea6758034fc4ff803247f9b5609d Mon Sep 17 00:00:00 2001 From: Marc Wouts Date: Sat, 16 Sep 2023 22:33:30 +0100 Subject: [PATCH] Version 1.15.2 --- docs/CHANGELOG.md | 7 +++++++ jupytext/version.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 3c9a85d38..e1ed1a27e 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,6 +1,13 @@ Jupytext ChangeLog ================== +1.15.2 (2023-09-16) +------------------- + +**Added** +- The Jupyter Lab extension is now compatible with the [JupyterLab RISE](https://github.com/jupyterlab-contrib/rise) extension. Many thanks to [Frédéric Collonval](https://github.com/fcollonval) for his PR ([#1126](https://github.com/mwouts/jupytext/pull/1126))! + + 1.15.1 (2023-08-26) ------------------- diff --git a/jupytext/version.py b/jupytext/version.py index a1616c44e..3bd221026 100644 --- a/jupytext/version.py +++ b/jupytext/version.py @@ -1,3 +1,3 @@ """Jupytext's version number""" -__version__ = "1.15.1" +__version__ = "1.15.2"