From f36906295ba9c363aa98601be7f87d1c541ca9b8 Mon Sep 17 00:00:00 2001 From: Marc Wouts Date: Sat, 25 Sep 2021 16:16:03 +0200 Subject: [PATCH] Version 1.13.0 (#861) --- docs/CHANGELOG.md | 4 ++-- jupytext/version.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index cca7e0dec..5da4c3be5 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,8 +1,8 @@ Jupytext ChangeLog ================== -1.12.0+dev (2021-09-??) ------------------------ +1.13.0 (2021-09-25) +------------------- **Added** - The Jupytext CLI has a new `--diff` command to show the differences between two notebooks (and if you want to see the changes in a file being updated by Jupytext, use `--show-changes`) ([#799](https://github.com/mwouts/jupytext/issues/799)) diff --git a/jupytext/version.py b/jupytext/version.py index 7ff42bc64..0a238fae5 100644 --- a/jupytext/version.py +++ b/jupytext/version.py @@ -1,3 +1,3 @@ """Jupytext's version number""" -__version__ = "1.12.0+dev" +__version__ = "1.13.0"