Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vidartf committed Mar 10, 2020
1 parent ac142a9 commit 4098989
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions docs/source/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changes in nbdime

## 2.0

### 2.0.0 - 2020-03

- Dropped Python 2 support, and Python 3.4 support.
- Fix support for Python 3.8 on Windows.
- Various improvements to lab/notebook extensions.
- Made web apps (e.g. nbdiff-web) work properly offline.
- Fix for git driver with renamed files.
- Various other fixes and adjustments.


## 1.1

### 1.1.0 - 2019-08
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, 0, 'dev')
version_info = (2, 0, 0)
__version__ = ".".join(map(str, version_info))

0 comments on commit 4098989

Please sign in to comment.