Skip to content

Commit

Permalink
Update CHANGELOG, README, LICENSE and version.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mwouts committed Mar 8, 2020
1 parent fd0c227 commit b0d9327
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
1.4.0 (2020-03-08)
------------------

**Changed**
- The new jupyterlab extension (in version 1.2.0) is compatible with JupyterLab 2.0. Many thanks to Jean Helie! (#447)
- It is not compatible with JupyterLab 1.x anymore. If you wish, you can install manually the previous version of the extension with `jupyter labextension install [email protected]`.


1.3.5 (2020-03-08)
------------------

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.3.5'
__version__ = '1.4.0'
4 changes: 4 additions & 0 deletions packages/labextension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.2.0 (2020-03-07)

- This version of the extension is compatible with JupyterLab 2.0. Many thanks to Jean Helie! (#447)

# 1.1.1 (2019-12-26)

- The `nomarker` format is available through the Jupytext commands (requires `jupytext>=1.3.1`).
Expand Down
2 changes: 1 addition & 1 deletion packages/labextension/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019 Marc Wouts
Copyright (c) 2019-2020 Marc Wouts

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions packages/labextension/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ Installing Jupytext will trigger a build of JupyterLab the next time you open it
jupyter lab build
```

In case you're not using JupyterLab 1.0, you may have to install another version of the extension that is compatible with your version. For instance, install the last version of the extension compatible with Jupyter 0.35 with
In case you're not using the latest version of JupyterLab, you may have to install another version of the extension that is compatible with your version. For instance, install the last version of the extension compatible with Jupyter 1.x with

```bash
jupyter labextension install jupyterlab-jupytext@0.19
jupyter labextension install jupyterlab-jupytext@1.1.1
```

# How to develop this extension
Expand Down
Binary file modified packages/labextension/jupyterlab-jupytext-1.2.0.tgz
Binary file not shown.

0 comments on commit b0d9327

Please sign in to comment.