From a2f1409394bba748ccc8c7a487f9826b17dfd032 Mon Sep 17 00:00:00 2001 From: Marc Wouts Date: Tue, 26 Jan 2021 23:30:12 +0100 Subject: [PATCH] The next release will be Jupytext 1.10 --- jupytext/formats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jupytext/formats.py b/jupytext/formats.py index 050e8ab0e..4346e4384 100644 --- a/jupytext/formats.py +++ b/jupytext/formats.py @@ -83,7 +83,7 @@ def __init__( # Version 1.1 on 2019-03-24 - jupytext v1.1.0 : Markdown regions and cell metadata # Version 1.2 on 2019-09-21 - jupytext v1.3.0 : Raw regions are now encoded with HTML comments (#321) # and by default, cell metadata use the key=value representation (#347) - # Version 1.3 on 2021-01-24 - jupytext v1.9.2 : Code cells may start with more than three backticks (#712) + # Version 1.3 on 2021-01-24 - jupytext v1.10.0 : Code cells may start with more than three backticks (#712) current_version_number="1.3", min_readable_version_number="1.0", ),