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 edf6bed commit 0fe80e6Copy full SHA for 0fe80e6
docs/changelog.rst
@@ -4,6 +4,11 @@
4
Changes in Jupyter Client
5
=========================
6
7
+5.3.3
8
+=====
9
+
10
+- Fixed issue with non-english windows permissions (:ghpull:`478`). Potential issue still open in use with jupyerlab.
11
12
5.3.2
13
=====
14
jupyter_client/_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
protocol_version_info = (5, 3)
0 commit comments