Skip to content

Commit 5377e9a

Browse files
committed
Release 3.2.1
1 parent d618ced commit 5377e9a

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

docs/source/changelog.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changes in nbdime
22

3+
## 3.2
4+
5+
### 3.2.1 - 2023-04
6+
7+
- Fixed incorrect exit code submission when succesfully closing web tools.
8+
9+
### 3.2.0 - 2023-04
10+
11+
- Jupyter server 2.0 support
12+
- Removed ipython_genutils code.
13+
- Make INFO text more readable in dark terminal
14+
- Compatible with asynchronous contentsmanager
15+
- Update cell marker format to use bold correctly
16+
317
## 3.1
418

519
### 3.1.0 - 2021-05

nbdime/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version_info = (3, 2, 1, "dev")
1+
version_info = (3, 2, 1)
22
__version__ = ".".join(map(str, version_info))

0 commit comments

Comments
 (0)