diff --git a/HISTORY.rst b/HISTORY.rst index e1e07ce..9ff21c4 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -6,6 +6,14 @@ Release History dev +++ +0.4.3 (2018-07-25) ++++++++++++++++++++ + +**Improvements** + +- Readme refactored, notebook demos available on binder #23 +- Based on nbrmd 0.4.3 (multiline comments now supported) + 0.4.0 (2018-07-18) +++++++++++++++++++ diff --git a/setup.py b/setup.py index 0488144..68a6edf 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='nbsrc', - version='0.4.0', + version='0.4.3', author='Marc Wouts', author_email='marc.wouts@gmail.com', description='Jupyter notebooks from/to python and R scripts',