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 8123259 commit cc4b316Copy full SHA for cc4b316
2 files changed
docs/changelog.rst
@@ -4,6 +4,10 @@ Changes in IPython kernel
4
5.3
5
---
6
7
+5.3.3
8
+*****
9
+- Fix QSocketNotifier in the Qt event loop not being disabled for the control channel. (:ghpull:`525`)
10
+
11
5.3.2
12
*****
13
- Restore timer based event loop as a Windows-compatible fallback. (:ghpull:`523`)
ipykernel/_version.py
@@ -1,4 +1,4 @@
1
-version_info = (5, 3, 2)
+version_info = (5, 3, 3)
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