Skip to content

Commit 57e9586

Browse files
author
semantic-release
committed
3.12.2
Automatically generated by python-semantic-release
1 parent 94bed56 commit 57e9586

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
# CHANGELOG
22

33

4+
## v3.12.2 (2026-05-11)
5+
6+
### Bug Fixes
7+
8+
- **user-script**: Remove invalid version
9+
([`94bed56`](https://github.com/Kitware/trame-client/commit/94bed56cbfd44520c6f8feb80fcd08233f8077e0))
10+
11+
### Chores
12+
13+
- Update pre-commit
14+
([`76eba1d`](https://github.com/Kitware/trame-client/commit/76eba1d1d95f07b0309d43ece545ef92015f25dd))
15+
16+
Update pre-commit configuration to align with latest trame standards
17+
18+
419
## v3.12.1 (2026-04-29)
520

621
### Bug Fixes

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "trame-client"
3-
version = "3.12.1"
3+
version = "3.12.2"
44
description = "Internal client of trame"
55
authors = [
66
{name = "Kitware Inc."},
@@ -36,6 +36,7 @@ dev = [
3636
"ruff",
3737
]
3838

39+
3940
[build-system]
4041
requires = ['setuptools', 'wheel']
4142
build-backend = 'setuptools.build_meta'

0 commit comments

Comments
 (0)