Skip to content

Commit

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

1.2.0 (2019-07-??)
1.2.0 (2019-07-18)
++++++++++++++++++++++

**Improvements**
Expand All @@ -17,12 +17,14 @@ Release History
- Jupytext's contents manager class is derived dynamically from the default CM class for compatibility with
``jupyter_server`` (#270)
- Removed dependency on ``mock`` and ``testfixtures``, thanks to Jean-Sebastien Dieu (#279)
- Added support for `.markdown` extension (#288)

**BugFixes**

- The ``jupyterlab-jupytext`` extension shipped with the python package is in version 1.0, and is compatible only
- The ``jupyterlab-jupytext`` extension shipped with the python package is in version 1.0.1, and is compatible only
with JupyterLab >= 1.0. If you use an earlier version of JupyterLab, please install the version 0.19 of the extension
with ``jupyter labextension install jupyterlab-jupytext@0.19`` (#276, #278)
- Text files can be unpaired (#289)


1.1.7 (2019-06-23)
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-rc3'
__version__ = '1.2.0'

0 comments on commit 77c3e45

Please sign in to comment.