Skip to content

Commit

Permalink
Release 5.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Oct 18, 2022
1 parent 4d34edd commit c17eb89
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,23 @@

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

## 5.5.0

* Clean up application typing
* Update tests and docs to use non-deprecated functions
* Clean up version handling
* Prep for jupyter releaser
* Format the changelog

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

## 5.4.0

- Fix version_info
- Make generated config files more lintable
- Fix union trait from string
- Add security.md, and tidelift bage

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

## 5.3.0

- Fix traitlet name in docstring
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.4.0"
__version__ = "5.5.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 c17eb89

Please sign in to comment.