Skip to content

Commit

Permalink
New version 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mwouts committed Jul 10, 2018
1 parent ba51057 commit e059120
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ Release History
dev
+++

0.2.5 (2018-07-11)
+++++++++++++++++++

**Improvements**

- Outputs of existing `.ipynb` versions are combined with matching inputs
of R markdown version, as suggested by @grst (#12)

**BugFixes**

- Support for unicode text in python 2.7 (#11)


0.2.4 (2018-07-05)
+++++++++++++++++++

Expand All @@ -18,7 +31,7 @@ solved in Jupyter directly.
**BugFixes**

- dependencies included in `setup.py`
- pre_save_hook work with non-empty `notebook_dir` https://github.com/mwouts/nbrmd/issues/9
- pre_save_hook work with non-empty `notebook_dir` (#9)

0.2.3 (2018-06-28)
+++++++++++++++++++
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='nbrmd',
version='0.2.4',
version='0.2.5',
author='Marc Wouts',
author_email='marc.wouts@gmail.com',
description='Jupyter from/to R markdown notebooks',
Expand Down

0 comments on commit e059120

Please sign in to comment.