From f2f03b97d11af2f7120ff1eebf7d5ec9d10916e2 Mon Sep 17 00:00:00 2001 From: Marc Wouts Date: Sat, 4 Dec 2021 14:49:43 +0100 Subject: [PATCH] Version 1.13.3 (#888) --- docs/CHANGELOG.md | 4 +++- jupytext/version.py | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index b5b5d5a4b..b0b65411f 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,11 +1,13 @@ Jupytext ChangeLog ================== -1.13.3-dev (2021-12-03) +1.13.3 (2021-12-04) ------------------- **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)) +- Empty MyST Markdown files are valid notebooks ([#883](https://github.com/mwouts/jupytext/issues/883)) +- Jupytext also works with `markdown-it-py` v2.0 ([#885](https://github.com/mwouts/jupytext/issues/885)) 1.13.2 (2021-11-30) diff --git a/jupytext/version.py b/jupytext/version.py index 645c9cbbe..e458a5143 100644 --- a/jupytext/version.py +++ b/jupytext/version.py @@ -1,3 +1,3 @@ """Jupytext's version number""" -__version__ = "1.13.3-dev" +__version__ = "1.13.3"