Skip to content

Commit 3eaefca

Browse files
author
semantic-release
committed
1.5.2
Automatically generated by python-semantic-release
1 parent bc73fee commit 3eaefca

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
<!-- version list -->
44

5+
## v1.5.2 (2026-03-04)
6+
7+
### Bug Fixes
8+
9+
- **v2**: Remove clone and add copy
10+
([`b6d2ced`](https://github.com/Kitware/trame-dataclass/commit/b6d2cedd65f3896e30784bca0fa14d8f00202a3a))
11+
12+
### Continuous Integration
13+
14+
- Update pyproject validation
15+
([`bc73fee`](https://github.com/Kitware/trame-dataclass/commit/bc73fee14ebdffadac633f6f16b1f4343d8d12e8))
16+
17+
518
## v1.5.1 (2026-02-27)
619

720
### Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "trame-dataclass"
3-
version = "1.5.1"
3+
version = "1.5.2"
44
description = "Dataclass for trame UI binding"
55
authors = [{ name = "Kitware Inc." }]
66
dependencies = [

src/trame_dataclass/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.5.1"
1+
__version__ = "1.5.2"

0 commit comments

Comments
 (0)