Skip to content

Commit

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

jupyter_core-5.6.0-py3-none-any.whl: 7613ee3c01f1b0632b927d368bf4e2f5d38503320b2179eec46eea91d026b0ce

jupyter_core-5.6.0.tar.gz: 2970f1554685c89ebfedd784e44eea62d17a935e817f7bb704329a6129e178ca
  • Loading branch information
blink1073 committed Dec 26, 2023
1 parent e33fb74 commit 8051091
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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

## 5.6.0

([Full Changelog](https://github.com/jupyter/jupyter_core/compare/v5.5.1...e33fb748b435de7d587d9c2bfdcbb5f3ee73b4bd))

### Enhancements made

- Enable async JupyterApp [#381](https://github.com/jupyter/jupyter_core/pull/381) ([@blink1073](https://github.com/blink1073))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyter/jupyter_core/graphs/contributors?from=2023-12-18&to=2023-12-26&type=c))

[@blink1073](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_core+involves%3Ablink1073+updated%3A2023-12-18..2023-12-26&type=Issues)

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

## 5.5.1

([Full Changelog](https://github.com/jupyter/jupyter_core/compare/v5.5.0...4e387a4e95b1064cca4a97dd7324b29d14b6e3b7))
Expand All @@ -22,8 +38,6 @@

[@blink1073](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_core+involves%3Ablink1073+updated%3A2023-10-30..2023-12-18&type=Issues) | [@mtelka](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_core+involves%3Amtelka+updated%3A2023-10-30..2023-12-18&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_core+involves%3Apre-commit-ci+updated%3A2023-10-30..2023-12-18&type=Issues)

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

## 5.5.0

([Full Changelog](https://github.com/jupyter/jupyter_core/compare/v5.4.0...df0e9e709ebe208df799ec08030b7d7eb15c9cf9))
Expand Down
2 changes: 1 addition & 1 deletion jupyter_core/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import re

# Version string must appear intact for hatch versioning
__version__ = "5.5.1"
__version__ = "5.6.0"

# 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 8051091

Please sign in to comment.