We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2d862a9 + 3227513 commit be6d7e7Copy full SHA for be6d7e7
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.3.0
+current_version = 0.3.1
3
commit = True
4
tag = True
5
tag_name = {new_version}
docs/changelog.md
@@ -1,5 +1,13 @@
# Changelog
+## 0.3.1
+
+### 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
11
## 0.3.0
12
13
### Major Changes
nbclient/_version.py
@@ -1 +1 @@
-version = '0.3.0'
+version = '0.3.1'
0 commit comments