From d2d5f4376b19c5995c40341b3ac57f9ab42b0ff9 Mon Sep 17 00:00:00 2001 From: Marc Wouts Date: Thu, 2 Dec 2021 23:22:19 +0100 Subject: [PATCH] Version 1.13.3-dev --- docs/CHANGELOG.md | 13 ++++++++++--- jupytext/version.py | 2 +- packages/labextension/CHANGELOG.md | 4 ++++ packages/labextension/package.json | 2 +- 4 files changed, 16 insertions(+), 5 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 4328a3d85..b5b5d5a4b 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,15 +1,22 @@ Jupytext ChangeLog ================== +1.13.3-dev (2021-12-03) +------------------- + +**Changed** +- The "Jupytext Notebook" factory that lets the user configure the Notebook viewer as the default for text notebooks accepts more filetypes: "myst", "r-markdown" and "quarto" ([#803](https://github.com/mwouts/jupytext/issues/803)) + + 1.13.2 (2021-11-30) ------------------- **Changed** - The extension for Jupyter Lab benefited from a series of improvements contributed by [Frédéric Collonval](https://github.com/fcollonval): - - A new "Jupytext Notebook" factory offers the option to open text notebooks directly with the notebook view (#803). To use it, follow the instructions in the [documentation](https://github.com/mwouts/jupytext/blob/main/docs/index.md#install). - - The ICommandPalette is optional, for compatibility with RISE within JupyterLab [RISE#605](https://github.com/damianavila/RISE/pull/605) + - A new "Jupytext Notebook" factory offers the option to open text notebooks directly with the notebook view ([#803](https://github.com/mwouts/jupytext/issues/803)). To use it, follow the instructions in the [documentation](https://github.com/mwouts/jupytext/blob/main/docs/index.md#install). + - The ICommandPalette is optional, for compatibility with RISE within JupyterLab [RISE[#605](https://github.com/mwouts/jupytext/issues/605)](https://github.com/damianavila/RISE/pull/605) - Added support for translation -- Branch `master` was renamed to `main` (links update) +- Branch `master` was renamed to `main` (links in the documentation were updated) 1.13.1 (2021-10-07) diff --git a/jupytext/version.py b/jupytext/version.py index e6d8bca87..645c9cbbe 100644 --- a/jupytext/version.py +++ b/jupytext/version.py @@ -1,3 +1,3 @@ """Jupytext's version number""" -__version__ = "1.13.2" +__version__ = "1.13.3-dev" diff --git a/packages/labextension/CHANGELOG.md b/packages/labextension/CHANGELOG.md index ddf345abb..f87906744 100644 --- a/packages/labextension/CHANGELOG.md +++ b/packages/labextension/CHANGELOG.md @@ -1,3 +1,7 @@ +# 1.3.8 (2021-12-03) + +- The "Jupytext Notebook" factory that lets the user configure the Notebook viewer as the default for text notebooks accepts more filetypes: "myst", "r-markdown" and "quarto" ([#803](https://github.com/mwouts/jupytext/issues/803)) + # 1.3.7 (2021-11-30) The extension for Jupyter Lab benefited from a series of improvements contributed by [Frédéric Collonval](https://github.com/fcollonval): diff --git a/packages/labextension/package.json b/packages/labextension/package.json index c54f2cfe2..54e70c781 100644 --- a/packages/labextension/package.json +++ b/packages/labextension/package.json @@ -1,6 +1,6 @@ { "name": "jupyterlab-jupytext", - "version": "1.3.7", + "version": "1.3.8", "description": "Save Jupyter Notebooks as Scripts or Markdown files that work well with version control & external text editors", "keywords": [ "jupyter",