Skip to content

Commit

Permalink
Publish 8.0.0b1
Browse files Browse the repository at this point in the history
SHA256 hashes:

jupyter_client-8.0.0b1-py3-none-any.whl: 39426849cbd74a338d5e1eb911242e93e4fae87423145a406d55fd6bfb709584

jupyter_client-8.0.0b1.tar.gz: f38bfd403754601882daa11c90cbcb76e350713c3ab0129abd30580e0765eaf2
  • Loading branch information
blink1073 committed Dec 5, 2022
1 parent 7db8290 commit 641d60a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## 8.0.0b1

No merged PRs

<!-- <END NEW CHANGELOG ENTRY> -->

## 8.0.0b0

([Full Changelog](https://github.com/jupyter/jupyter_client/compare/v8.0.0a4...e419ff4a651b6ac7cd533023c2dd3bd391de6eb6))
Expand All @@ -21,8 +27,6 @@

[@arogozhnikov](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3Aarogozhnikov+updated%3A2022-11-16..2022-11-29&type=Issues) | [@blink1073](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3Ablink1073+updated%3A2022-11-16..2022-11-29&type=Issues) | [@davidbrochart](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3Adavidbrochart+updated%3A2022-11-16..2022-11-29&type=Issues) | [@kevin-bates](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3Akevin-bates+updated%3A2022-11-16..2022-11-29&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3Apre-commit-ci+updated%3A2022-11-16..2022-11-29&type=Issues)

<!-- <END NEW CHANGELOG ENTRY> -->

## 8.0.0a4

([Full Changelog](https://github.com/jupyter/jupyter_client/compare/v8.0.0a3...107ccdd06c9b67fc081204ae7c0e7123a17cb0c4))
Expand Down
2 changes: 1 addition & 1 deletion jupyter_client/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from typing import List
from typing import Union

__version__ = "8.0.0b0"
__version__ = "8.0.0b1"

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

0 comments on commit 641d60a

Please sign in to comment.