Skip to content

Commit c16c0c9

Browse files
committed
Bumped version to 6.2.0 for release
1 parent c5aceba commit c16c0c9

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

Diff for: docs/changelog.rst

+8-2
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,20 @@
44
Changes in Jupyter Client
55
=========================
66

7-
6.1.13
8-
======
7+
6.2.0
8+
=====
9+
- Fix threaded client and fix qtconsole issues (:ghpull:`638`)
10+
- Drop Python 3.5 and pin Python >= 3.6.1 (:ghpull:`636`)
911
- Use pre-commit for code style (:ghpull:`631`)
1012
- Fix kernel client shutdown test (:ghpull:`629`)
1113
- Add MultiKernelManager subclass tests (:ghpull:`627`)
1214
- Add KernelManager subclass tests (:ghpull:`626`)
1315
- Add type annotations, refactor sync/async (:ghpull:`623`)
1416

17+
6.1.13
18+
======
19+
- Yanked (PyPI) and marked as broken (conda)
20+
1521
6.1.12
1622
======
1723
- Shutdown request sequence has been modified to be more graceful, it now is

Diff for: jupyter_client/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version_info = (6, 1, 13, "dev")
1+
version_info = (6, 2, 0)
22
__version__ = ".".join(map(str, version_info))
33

44
protocol_version_info = (5, 3)

0 commit comments

Comments
 (0)