Skip to content

Commit

Permalink
Version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mwouts committed Jul 20, 2019
1 parent c5e115a commit b7e732d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ Release History

**Improvements**

- Documented how to use Jupytext with JupyterLab 0.35 (#299)
- Improved the usability of `read` and `write` functions (#292)
- Added documentation on how to use Jupytext with JupyterLab 0.35 (#299)
- and on using Jupytext with the pre-commit package manager (#292)
- The `read` and `write` functions are easier to use (#292)

**BugFixes**

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.0+dev'
__version__ = '1.2.1'

0 comments on commit b7e732d

Please sign in to comment.