Skip to content

Commit be6d7e7

Browse files
Merge pull request #62 from davidbrochart/v0.3.1
Release 0.3.1
2 parents 2d862a9 + 3227513 commit be6d7e7

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.3.0
2+
current_version = 0.3.1
33
commit = True
44
tag = True
55
tag_name = {new_version}

docs/changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 0.3.1
4+
5+
### Fixes
6+
7+
- Check that a kernel manager exists before cleaning up the kernel [#61](https://github.com/jupyter/nbclient/pull/61)
8+
- Force client class to be async when kernel manager is MultiKernelManager [#55](https://github.com/jupyter/nbclient/pull/55)
9+
- Replace pip install with conda install in Binder [#54](https://github.com/jupyter/nbclient/pull/54)
10+
311
## 0.3.0
412

513
### Major Changes

nbclient/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = '0.3.0'
1+
version = '0.3.1'

0 commit comments

Comments
 (0)