Skip to content

Commit ac0045b

Browse files
committed
Publish 8.0.0rc0
SHA256 hashes: jupyter_client-8.0.0rc0-py3-none-any.whl: a19a531a95c0903a9a6d38f9180ff1d7aed8039bfdf60fd01a98def7d9a001f0 jupyter_client-8.0.0rc0.tar.gz: 9d84c114223b79c1ccebd74b8b53404b1a49c48181fe26936d21a160337efc33
1 parent bf637ed commit ac0045b

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
<!-- <START NEW CHANGELOG ENTRY> -->
44

5+
## 8.0.0rc0
6+
7+
([Full Changelog](https://github.com/jupyter/jupyter_client/compare/v8.0.0b3...bf637ed9543198d6dca96d748b0307ed01b16c94))
8+
9+
### Maintenance and upkeep improvements
10+
11+
- Allow releasing from repo [#899](https://github.com/jupyter/jupyter_client/pull/899) ([@blink1073](https://github.com/blink1073))
12+
13+
### Contributors to this release
14+
15+
([GitHub contributors page for this release](https://github.com/jupyter/jupyter_client/graphs/contributors?from=2022-12-13&to=2022-12-19&type=c))
16+
17+
[@blink1073](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3Ablink1073+updated%3A2022-12-13..2022-12-19&type=Issues)
18+
19+
<!-- <END NEW CHANGELOG ENTRY> -->
20+
521
## 8.0.0b3
622

723
([Full Changelog](https://github.com/jupyter/jupyter_client/compare/v8.0.0b2...b51a3b5d1a0d1a8ad390c1121506217909da1c4f))
@@ -16,8 +32,6 @@
1632

1733
[@blink1073](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3Ablink1073+updated%3A2022-12-08..2022-12-13&type=Issues)
1834

19-
<!-- <END NEW CHANGELOG ENTRY> -->
20-
2135
## 8.0.0b2
2236

2337
([Full Changelog](https://github.com/jupyter/jupyter_client/compare/v8.0.0b1...ff33adf784f2bd25814d7ed6ae7c6651cee8376e))

jupyter_client/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import re
22
from typing import List, Union
33

4-
__version__ = "8.0.0b3"
4+
__version__ = "8.0.0rc0"
55

66
# Build up version_info tuple for backwards compatibility
77
pattern = r'(?P<major>\d+).(?P<minor>\d+).(?P<patch>\d+)(?P<rest>.*)'

0 commit comments

Comments
 (0)