From 3935b3eed49262200d166da77fc9319aff983fda Mon Sep 17 00:00:00 2001 From: Marc Wouts Date: Sun, 1 Sep 2019 19:04:40 +0200 Subject: [PATCH] Version 1.2.2 --- HISTORY.rst | 14 ++++++++------ jupytext/version.py | 2 +- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 25a6329af..1986ba1aa 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,21 +3,23 @@ Release History --------------- -1.2.2 (2019-09-??) +1.2.2 (2019-09-01) ++++++++++++++++++++++ **Improvements** -- Documented how to use Jupytext as a Python library (#317) +- Documentation includes a section on how to use Jupytext as a Python library (#317) - Mention of the server extension in the documentation (#304) -- Test a `README.md` is as simple as `jupytext --execute README.md` (#303) +- Text notebooks can be tested with `jupytext --execute notebook.md` (#303) - The default value of `as_version` in `jupytext.read` is `nbformat.NO_CONVERT`, as for `nbformat.read` +- Jupytext tests are now included in sdist (#310) **BugFixes** -- Fix the usability of the `fmt` argument in `jupytext.read` (#312) -- Fix the download notebook error when `c.notebook_extensions` has a custom value (#318) -- Ignore string delimiters in commented text (#307) +- Fixed the usability of the `fmt` argument in `jupytext.read` (#312) +- Fixed the download notebook error when `c.notebook_extensions` has a custom value (#318) +- String delimiters in commented text are now ignored (#307) + 1.2.1 (2019-07-20) ++++++++++++++++++++++ diff --git a/jupytext/version.py b/jupytext/version.py index 531663e84..5fa7fefd0 100644 --- a/jupytext/version.py +++ b/jupytext/version.py @@ -1,3 +1,3 @@ """Jupytext's version number""" -__version__ = '1.2.2-dev' +__version__ = '1.2.2'