From 40efeb157fae597beaf40c2f7a150128538ae9d6 Mon Sep 17 00:00:00 2001 From: Marc Wouts Date: Sun, 8 Dec 2024 22:15:19 +0000 Subject: [PATCH] Version 1.16.5 --- CHANGELOG.md | 5 +++-- src/jupytext/version.py | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 935091a1..809c2eca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,11 @@ Jupytext ChangeLog ================== -1.16.5-dev ----------- +1.16.5 (2024-12-08) +------------------- **Fixed** +- We have fixed the notebook corruption issue when using Jupytext with Jupyter-Collaboration ([#1124](https://github.com/mwouts/jupytext/issues/1124), [jupyter-collaboration #214](https://github.com/jupyterlab/jupyter-collaboration/issues/214)) - The `rst2md` tests have been fixed by requiring `sphinx<8` ([#1266](https://github.com/mwouts/jupytext/issues/1266)) **Added** diff --git a/src/jupytext/version.py b/src/jupytext/version.py index 1887a67d..ef2a7f5f 100644 --- a/src/jupytext/version.py +++ b/src/jupytext/version.py @@ -1,3 +1,3 @@ """Jupytext's version number""" -__version__ = "1.16.4" +__version__ = "1.16.5"