diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 3e6662bc4..b592dc22d 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,8 +1,8 @@ Jupytext ChangeLog ================== -1.15.0-dev (2023-07-30) ------------------------- +1.15.0 (2023-07-30) +------------------- **Changed** - This version comes with a version of the JupyterLab extension that is compatible with JupyterLab 4.x. Many thanks to [Thierry Parmentelat](https://github.com/parmentelat) for his PRs! ([#1092](https://github.com/mwouts/jupytext/pull/1092), [#1109](https://github.com/mwouts/jupytext/pull/1109)) diff --git a/jupytext/version.py b/jupytext/version.py index 4f9f71a75..4bcc2e89d 100644 --- a/jupytext/version.py +++ b/jupytext/version.py @@ -1,3 +1,3 @@ """Jupytext's version number""" -__version__ = "1.15.0.dev2" +__version__ = "1.15.0"