Skip to content

Commit cc4b316

Browse files
author
Steven Silvester
committed
Release 5.3.3
1 parent 8123259 commit cc4b316

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

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.3
55
---
66

7+
5.3.3
8+
*****
9+
- Fix QSocketNotifier in the Qt event loop not being disabled for the control channel. (:ghpull:`525`)
10+
711
5.3.2
812
*****
913
- Restore timer based event loop as a Windows-compatible fallback. (:ghpull:`523`)

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, 3, 2)
1+
version_info = (5, 3, 3)
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)