Skip to content

Commit acb4a7f

Browse files
author
semantic-release
committed
2.0.3
Automatically generated by python-semantic-release
1 parent c1907cc commit acb4a7f

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+
## v2.0.3 (2026-03-26)
6+
7+
### Bug Fixes
8+
9+
- **ForwardRef**: Better handling for unresolved name
10+
([`c1907cc`](https://github.com/Kitware/trame-dataclass/commit/c1907cc5d09de2de84d1fd2157ebc9dc4bc035fe))
11+
12+
513
## v2.0.2 (2026-03-24)
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 = "2.0.2"
3+
version = "2.0.3"
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__ = "2.0.2"
1+
__version__ = "2.0.3"

0 commit comments

Comments
 (0)