Skip to content

Commit

Permalink
Version 1.16.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mwouts committed Dec 8, 2024
1 parent 6692a7a commit 40efeb1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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**
Expand Down
2 changes: 1 addition & 1 deletion src/jupytext/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Jupytext's version number"""

__version__ = "1.16.4"
__version__ = "1.16.5"

0 comments on commit 40efeb1

Please sign in to comment.