From b7e732d99de24eb962e1f1f6f12135532edb1f98 Mon Sep 17 00:00:00 2001 From: Marc Wouts Date: Sat, 20 Jul 2019 09:03:36 +0200 Subject: [PATCH] Version 1.2.1 --- HISTORY.rst | 5 +++-- jupytext/version.py | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 1f65aa6ed..ab1910c1a 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -8,8 +8,9 @@ Release History **Improvements** -- Documented how to use Jupytext with JupyterLab 0.35 (#299) -- Improved the usability of `read` and `write` functions (#292) +- Added documentation on how to use Jupytext with JupyterLab 0.35 (#299) +- and on using Jupytext with the pre-commit package manager (#292) +- The `read` and `write` functions are easier to use (#292) **BugFixes** diff --git a/jupytext/version.py b/jupytext/version.py index 64715aa9d..283f80994 100644 --- a/jupytext/version.py +++ b/jupytext/version.py @@ -1,3 +1,3 @@ """Jupytext's version number""" -__version__ = '1.2.0+dev' +__version__ = '1.2.1'