Skip to content

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vidartf committed Oct 2, 2020
1 parent ba33f4b commit d437855
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions docs/source/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

## 2.0

### 2.1.0 - 2020-10

- Dropped Python 3.5 support.
- Optimize comparison of large stream outputs.
- Fixed an error when merging a file that were concurrently added in two branches with git.
- Fixed a config bug where ignore configs written in a file was not taken into account.
- Fixed compatibility with JupyterLab 2.2
- Various other fixes and adjustments.

### 2.0.0 - 2020-03

- Dropped Python 2 support, and Python 3.4 support.
Expand Down
2 changes: 1 addition & 1 deletion nbdime/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version_info = (2, 0, 1, 'dev')
version_info = (2, 1, 0)
__version__ = ".".join(map(str, version_info))
2 changes: 1 addition & 1 deletion packages/webapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nbdime-webapp",
"version": "4.0.0",
"version": "4.1.0",
"private": true,
"license": "BSD-3-Clause",
"main": "static/nbdime.js",
Expand Down

0 comments on commit d437855

Please sign in to comment.