Skip to content

Commit

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

traitlets-5.10.1-py3-none-any.whl: 07ab9c5bf8a0499fd7b088ba51be899c90ffc936ffc797d7b6907fc516bcd116

traitlets-5.10.1.tar.gz: db9c4aa58139c3ba850101913915c042bdba86f7c8a0dda1c6f7f92c5da8e542
  • Loading branch information
blink1073 committed Sep 26, 2023
1 parent c0a3afd commit 0d27f7d
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.10.1

([Full Changelog](https://github.com/ipython/traitlets/compare/v5.10.0...c0a3afdb2dcb28bd7ade6dd730604df8f3fbfc78))

### Maintenance and upkeep improvements

- Typing upgrades [#868](https://github.com/ipython/traitlets/pull/868) ([@blink1073](https://github.com/blink1073))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/ipython/traitlets/graphs/contributors?from=2023-09-14&to=2023-09-26&type=c))

[@blink1073](https://github.com/search?q=repo:ipython/traitlets involves:blink1073 updated:2023-09-14..2023-09-26&type=Issues)

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

## 5.10.0

([Full Changelog](https://github.com/ipython/traitlets/compare/v5.9.0...6588680dc69be75676ca3835b4061b1784232600))
Expand Down Expand Up @@ -39,8 55,6 @@

[@blink1073](https://github.com/search?q=repo:ipython/traitlets involves:blink1073 updated:2023-01-30..2023-09-14&type=Issues) | [@dcsaba89](https://github.com/search?q=repo:ipython/traitlets involves:dcsaba89 updated:2023-01-30..2023-09-14&type=Issues) | [@dependabot](https://github.com/search?q=repo:ipython/traitlets involves:dependabot updated:2023-01-30..2023-09-14&type=Issues) | [@maartenbreddels](https://github.com/search?q=repo:ipython/traitlets involves:maartenbreddels updated:2023-01-30..2023-09-14&type=Issues) | [@metaperl](https://github.com/search?q=repo:ipython/traitlets involves:metaperl updated:2023-01-30..2023-09-14&type=Issues) | [@NickCrews](https://github.com/search?q=repo:ipython/traitlets involves:NickCrews updated:2023-01-30..2023-09-14&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo:ipython/traitlets involves:pre-commit-ci updated:2023-01-30..2023-09-14&type=Issues) | [@rmorshea](https://github.com/search?q=repo:ipython/traitlets involves:rmorshea updated:2023-01-30..2023-09-14&type=Issues) | [@saulshanabrook](https://github.com/search?q=repo:ipython/traitlets involves:saulshanabrook updated:2023-01-30..2023-09-14&type=Issues) | [@scholer](https://github.com/search?q=repo:ipython/traitlets involves:scholer updated:2023-01-30..2023-09-14&type=Issues)

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

## 5.9.0

([Full Changelog](https://github.com/ipython/traitlets/compare/v5.8.1...c11a4d942b08df5c19be88b6cc81dfa8302fef9b))
Expand Down
2 changes: 1 addition & 1 deletion traitlets/_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.10.0"
__version__ = "5.10.1"

# 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 0d27f7d

Please sign in to comment.