diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 2283021b5..cd3c0234a 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,12 +1,12 @@ Jupytext ChangeLog ================== -1.14.1 (2022-07-??) +1.14.1 (2022-07-20) ------------------- **Fixed** - The timestamp of a paired notebook is the timestamp of the most recent paired file. This fixes the warning "File Changed" -after reloading the notebook in Jupyter ([#978](https://github.com/mwouts/jupytext/issues/978)) +after reloading the notebook in Jupyter ([#978](https://github.com/mwouts/jupytext/issues/978)). 1.14.0 (2022-07-03) diff --git a/jupytext/version.py b/jupytext/version.py index 6a1c068b1..af9e52db4 100644 --- a/jupytext/version.py +++ b/jupytext/version.py @@ -1,3 +1,3 @@ """Jupytext's version number""" -__version__ = "1.14.0" +__version__ = "1.14.1"