Skip to content

Commit 0fe80e6

Browse files
committed
release 5.3.3 hotfix
1 parent edf6bed commit 0fe80e6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/changelog.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
Changes in Jupyter Client
55
=========================
66

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+
712
5.3.2
813
=====
914

jupyter_client/_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))
33

44
protocol_version_info = (5, 3)

0 commit comments

Comments
 (0)