Skip to content

Commit

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

jupyter_core-5.1.5-py3-none-any.whl: 83064d61bb2a9bc874e8184331c117b3778c2a7e1851f60cb00d273ceb3285ae

jupyter_core-5.1.5.tar.gz: 8e54c48cde1e0c8345f64bcf9658b78044ddf02b273726cea9d9f59be4b02130
  • Loading branch information
blink1073 committed Jan 24, 2023
1 parent 269449f commit 354b6ea
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.1.5

([Full Changelog](https://github.com/jupyter/jupyter_core/compare/v5.1.4...269449fe4dcb8d427b54337d83bcb67bf50e87da))

### Maintenance and upkeep improvements

- MAINT: Don't format logs in log call. [#336](https://github.com/jupyter/jupyter_core/pull/336) ([@Carreau](https://github.com/Carreau))

### Contributors to this release

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

[@Carreau](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_core+involves%3ACarreau+updated%3A2023-01-23..2023-01-24&type=Issues)

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

## 5.1.4

([Full Changelog](https://github.com/jupyter/jupyter_core/compare/v5.1.3...c268e9133b37f710360a102f3a5d47a84e8cadc8))
Expand All @@ -16,8 +32,6 @@

[@minrk](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_core+involves%3Aminrk+updated%3A2023-01-09..2023-01-23&type=Issues)

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

## 5.1.3

([Full Changelog](https://github.com/jupyter/jupyter_core/compare/v5.1.2...eb65690cb69a793edeb21b520c2358332933bb5d))
Expand Down
2 changes: 1 addition & 1 deletion jupyter_core/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from typing import List

# Version string must appear intact for hatch versioning
__version__ = "5.1.4"
__version__ = "5.1.5"

# 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 354b6ea

Please sign in to comment.