Skip to content

Commit 003ac85

Browse files
committed
Release 5.4.2
1 parent 7ea4239 commit 003ac85

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/changelog.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ Changes in IPython kernel
44
5.4
55
---
66

7+
5.4.2
8+
*****
9+
- Revert "Fix stop_on_error_timeout blocking other messages in queue". (:ghpull:`570`)
10+
711
5.4.1
812
*****
913
- Invalid syntax in ipykernel/log.py. (:ghpull:`567`)

ipykernel/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version_info = (5, 4, 1)
1+
version_info = (5, 4, 2)
22
__version__ = '.'.join(map(str, version_info[:3]))
33

44
# pep440 is annoying, beta/alpha/rc should _not_ have dots or pip/setuptools

0 commit comments

Comments
 (0)