diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index e82d1d658..9ce2d6bcd 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,6 +1,14 @@ Jupytext ChangeLog ================== +1.14.6 (2023-06-04) +------------------- + +**Changed** +- This version comes with a build requirement `jupyterlab>=3,<4`, as the Jupyterlab +extension for Jupytext is not compatible with JupyterLab 4 yet (#1054) +- The JupyterLab extension was released to `npm` in version 1.3.9. + 1.14.5 (2023-02-25) ------------------- diff --git a/jupytext/version.py b/jupytext/version.py index 3389cebec..05c64c891 100644 --- a/jupytext/version.py +++ b/jupytext/version.py @@ -1,3 +1,3 @@ """Jupytext's version number""" -__version__ = "1.14.5" +__version__ = "1.14.6" diff --git a/pyproject.toml b/pyproject.toml index 9e590967f..37b6e63f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["jupyter_packaging~=0.7.9", "jupyterlab>=3.0.0,==3.*", "setuptools>=40.8.0", "wheel"] +requires = ["jupyter_packaging~=0.7.9", "jupyterlab>=3,<=4", "setuptools>=40.8.0", "wheel"] build-backend = "setuptools.build_meta" [tool.pytest.ini_options] filterwarnings = [