Skip to content

Commit cb74505

Browse files
committed
Bumped version to 7.0.0a0 for release
1 parent 9080886 commit cb74505

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

docs/changelog.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
Changes in Jupyter Client
55
=========================
66

7-
6.2.0
8-
=====
7+
7.0.0a0
8+
=======
9+
- Add back ``block`` keyword argument to ``get_msg`` (:ghpull:`641`)
910
- Fix threaded client and fix qtconsole issues (:ghpull:`638`)
1011
- Drop Python 3.5 and pin Python >= 3.6.1 (:ghpull:`636`)
1112
- Use pre-commit for code style (:ghpull:`631`)
@@ -14,6 +15,10 @@ Changes in Jupyter Client
1415
- Add KernelManager subclass tests (:ghpull:`626`)
1516
- Add type annotations, refactor sync/async (:ghpull:`623`)
1617

18+
6.2.0
19+
=====
20+
- Yanked (PyPI) and marked as broken (conda)
21+
1722
6.1.13
1823
======
1924
- Yanked (PyPI) and marked as broken (conda)

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 = (6, 2, 0, "dev")
1+
version_info = (7, 0, 0, "a0")
22
__version__ = ".".join(map(str, version_info))
33

44
protocol_version_info = (5, 3)

0 commit comments

Comments
 (0)