Skip to content

Commit

Permalink
Version 1.11.5 (#844)
Browse files Browse the repository at this point in the history
* Version 1.3.4 of the jupyterlab-jupytext extension

* Version 1.11.5
  • Loading branch information
mwouts authored Aug 31, 2021
1 parent 4692a82 commit ae8dcaa
Show file tree
Hide file tree
Showing 5 changed files with 2,749 additions and 746 deletions.
9 changes: 9 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Jupytext ChangeLog
==================

1.11.5 (2021-08-31)
-------------------

**Fixed**
- Fixed typos revealed by `codespell` - thanks to @hectormz for this contribution ([#829](https://github.com/mwouts/jupytext/issues/829))
- We updated the dependencies of the `jupyterlab-jupytext` extension to address several security issues ([#842](https://github.com/mwouts/jupytext/issues/842)) ([#843](https://github.com/mwouts/jupytext/issues/843))
- The Jupytext dev environment (`requirements-dev.txt`) now uses `jupyterlab==3.0.17` rather than `3.0.0` because of another security issue ([#839](https://github.com/mwouts/jupytext/issues/839))


1.11.4 (2021-07-14)
-------------------

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.11.4+dev"
__version__ = "1.11.5"
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.3.4 (2021-08-31)

- We have upgraded the extension dependencies and especially `tar` and `url-parse` to fix two security vulnerabilities (#842) (#843)

# 1.3.3 (2021-06-10)

- We have upgraded the extension dependencies and especially `ws` to fix a security vulnerability (#798)
Expand Down
2 changes: 1 addition & 1 deletion packages/labextension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyterlab-jupytext",
"version": "1.3.3",
"version": "1.3.4",
"description": "Save Jupyter Notebooks as Scripts or Markdown files that work well with version control & external text editors",
"keywords": [
"jupyter",
Expand Down
Loading

0 comments on commit ae8dcaa

Please sign in to comment.