diff --git a/HISTORY.rst b/HISTORY.rst index bc99020bd..b0df52f8f 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -6,6 +6,19 @@ Release History dev +++ +0.2.6 (2018-07-13) ++++++++++++++++++++ + +**Improvements** + +- Introduced `nbrmd_sourceonly_format` metadata +- Inputs are loaded from `.Rmd` file when a matching `.ipynb` file is +opened. + +**BugFixes** + +- Trusted notebooks remain trusted (#12) + 0.2.5 (2018-07-11) +++++++++++++++++++ diff --git a/setup.py b/setup.py index 06c5e00e1..6240fd874 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='nbrmd', - version='0.2.5', + version='0.2.6', author='Marc Wouts', author_email='marc.wouts@gmail.com', description='Jupyter from/to R markdown notebooks',