Skip to content

Commit 0be6376

Browse files
author
semantic-release
committed
1.4.0
Automatically generated by python-semantic-release
1 parent 70d50b5 commit 0be6376

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v1.4.0 (2026-02-16)
6+
7+
### Features
8+
9+
- V2 implementation on py side
10+
([`70d50b5`](https://github.com/Kitware/trame-dataclass/commit/70d50b585c535a1458b8edf9c9015e2a2f8f2c98))
11+
12+
513
## v1.3.1 (2025-12-08)
614

715
### 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.3.1"
3+
version = "1.4.0"
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.3.1"
1+
__version__ = "1.4.0"

0 commit comments

Comments
 (0)