Skip to content

Commit

Permalink
Release 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vidartf committed Apr 30, 2023
1 parent d618ced commit 5377e9a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions docs/source/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changes in nbdime

## 3.2

### 3.2.1 - 2023-04

- Fixed incorrect exit code submission when succesfully closing web tools.

### 3.2.0 - 2023-04

- Jupyter server 2.0 support
- Removed ipython_genutils code.
- Make INFO text more readable in dark terminal
- Compatible with asynchronous contentsmanager
- Update cell marker format to use bold correctly

## 3.1

### 3.1.0 - 2021-05
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 = (3, 2, 1, "dev")
version_info = (3, 2, 1)
__version__ = ".".join(map(str, version_info))

0 comments on commit 5377e9a

Please sign in to comment.