Skip to content

Commit c17eb89

Browse files
committed
Release 5.5.0
1 parent 4d34edd commit c17eb89

2 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,23 @@
22

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

5+
## 5.5.0
6+
7+
* Clean up application typing
8+
* Update tests and docs to use non-deprecated functions
9+
* Clean up version handling
10+
* Prep for jupyter releaser
11+
* Format the changelog
12+
13+
<!-- <END NEW CHANGELOG ENTRY> -->
14+
515
## 5.4.0
616

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

12-
<!-- <END NEW CHANGELOG ENTRY> -->
13-
1422
## 5.3.0
1523

1624
- Fix traitlet name in docstring

traitlets/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from typing import List
66

77
# Version string must appear intact for hatch versioning
8-
__version__ = "5.4.0"
8+
__version__ = "5.5.0"
99

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

0 commit comments

Comments
 (0)