From 057d6262a07a3c6b69fcd3600e973885881db421 Mon Sep 17 00:00:00 2001 From: Marc Wouts Date: Thu, 19 Sep 2019 19:06:34 +0200 Subject: [PATCH] Version 1.2.4 --- HISTORY.rst | 3 ++- jupytext/version.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 5d01ce6d1..8f73b1f2c 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,7 +3,7 @@ Release History --------------- -1.2.4 (2019-09-??) +1.2.4 (2019-09-19) ++++++++++++++++++++++ **Improvements** @@ -18,6 +18,7 @@ Release History - Fixed ``--set-kernel`` when using pipes (#326) - Fixed utf-8 encoding on stdout on Python 2 (#331) + 1.2.3 (2019-09-02) ++++++++++++++++++++++ diff --git a/jupytext/version.py b/jupytext/version.py index 0cb2020bc..87de3895c 100644 --- a/jupytext/version.py +++ b/jupytext/version.py @@ -1,3 +1,3 @@ """Jupytext's version number""" -__version__ = '1.2.4-dev' +__version__ = '1.2.4'