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.
1 parent 7ea4239 commit 003ac85Copy full SHA for 003ac85
docs/changelog.rst
@@ -4,6 +4,10 @@ Changes in IPython kernel
4
5.4
5
---
6
7
+5.4.2
8
+*****
9
+- Revert "Fix stop_on_error_timeout blocking other messages in queue". (:ghpull:`570`)
10
+
11
5.4.1
12
*****
13
- Invalid syntax in ipykernel/log.py. (:ghpull:`567`)
ipykernel/_version.py
@@ -1,4 +1,4 @@
1
-version_info = (5, 4, 1)
+version_info = (5, 4, 2)
2
__version__ = '.'.join(map(str, version_info[:3]))
3
# pep440 is annoying, beta/alpha/rc should _not_ have dots or pip/setuptools
0 commit comments