diff --git a/HISTORY.rst b/HISTORY.rst index 5decc086e..e41d19fa0 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,15 @@ Release History --------------- +0.8.4 (2018-10-??) +++++++++++++++++++++++ + +**Improvements** + +- Notebook metadata is filtered - only the most common metadata are stored in the text representation (#105) +- Notebooks created from light and sphinx scripts do not have YAML header or cell metadata if there was none initially (#110) +- First markdown cell exported as a docstring when using the Sphinx format (#107) + 0.8.3 (2018-10-19) ++++++++++++++++++++++ diff --git a/jupytext/version.py b/jupytext/version.py index c8d8a4d7d..92fc5b6eb 100644 --- a/jupytext/version.py +++ b/jupytext/version.py @@ -1,3 +1,3 @@ """Jupytext's version number""" -__version__ = '0.8.3' +__version__ = '0.8.4'