From e41fa21fe23177351f5614eb33604bf00c5c50e6 Mon Sep 17 00:00:00 2001 From: Marc Wouts Date: Mon, 2 Sep 2019 22:01:25 +0200 Subject: [PATCH] Version 1.2.3 --- HISTORY.rst | 8 ++++++++ jupytext/version.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 1986ba1aa..31425e729 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,14 @@ Release History --------------- +1.2.3 (2019-09-02) +++++++++++++++++++++++ + +**BugFixes** + +- Dependency on ``setuptools`` in ``pandoc.py`` made optional to fix the build of the conda package (#310, #323) + + 1.2.2 (2019-09-01) ++++++++++++++++++++++ diff --git a/jupytext/version.py b/jupytext/version.py index 6df64a773..11e7b8b04 100644 --- a/jupytext/version.py +++ b/jupytext/version.py @@ -1,3 +1,3 @@ """Jupytext's version number""" -__version__ = '1.2.3-dev' +__version__ = '1.2.3'