diff --git a/HISTORY.rst b/HISTORY.rst index 54990e824..38e9f13ba 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,7 +3,7 @@ Release History --------------- -0.7.0-rc1 (2018-09-23) +0.7.0 (2018-09-23) ++++++++++++++++++++++ **Improvements** diff --git a/binder/requirements.txt b/binder/requirements.txt index 6de3d78f9..c5275c1be 100644 --- a/binder/requirements.txt +++ b/binder/requirements.txt @@ -1,4 +1,4 @@ -jupytext>=0.6.5 +jupytext plotly matplotlib pandas diff --git a/setup.py b/setup.py index 4496bcdb0..12a358480 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name='jupytext', - version='0.7.0-pre', + version='0.7.0', author='Marc Wouts', author_email='marc.wouts@gmail.com', description='Jupyter notebooks as Markdown documents, '