File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 55from 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
1111pattern = r"(?P<major>\d+).(?P<minor>\d+).(?P<patch>\d+)(?P<rest>.*)"
You can’t perform that action at this time.
0 commit comments