Skip to content

Commit

Permalink
Version 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mwouts committed Sep 1, 2019
1 parent 7329013 commit 3935b3e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
14 changes: 8 additions & 6 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,23 @@
Release History
---------------

1.2.2 (2019-09-??)
1.2.2 (2019-09-01)
++++++++++++++++++++++

**Improvements**

- Documented how to use Jupytext as a Python library (#317)
- Documentation includes a section on how to use Jupytext as a Python library (#317)
- Mention of the server extension in the documentation (#304)
- Test a `README.md` is as simple as `jupytext --execute README.md` (#303)
- Text notebooks can be tested with `jupytext --execute notebook.md` (#303)
- The default value of `as_version` in `jupytext.read` is `nbformat.NO_CONVERT`, as for `nbformat.read`
- Jupytext tests are now included in sdist (#310)

**BugFixes**

- Fix the usability of the `fmt` argument in `jupytext.read` (#312)
- Fix the download notebook error when `c.notebook_extensions` has a custom value (#318)
- Ignore string delimiters in commented text (#307)
- Fixed the usability of the `fmt` argument in `jupytext.read` (#312)
- Fixed the download notebook error when `c.notebook_extensions` has a custom value (#318)
- String delimiters in commented text are now ignored (#307)


1.2.1 (2019-07-20)
++++++++++++++++++++++
Expand Down
2 changes: 1 addition & 1 deletion jupytext/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Jupytext's version number"""

__version__ = '1.2.2-dev'
__version__ = '1.2.2'

0 comments on commit 3935b3e

Please sign in to comment.