Skip to content

Commit 179e4d9

Browse files
author
semantic-release
committed
3.2.0
Automatically generated by python-semantic-release
1 parent 9ccc228 commit 179e4d9

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
@@ -1,6 +1,14 @@
11
# CHANGELOG
22

33

4+
## v3.2.0 (2025-12-05)
5+
6+
### Features
7+
8+
- Bump to vuetify3.11.2
9+
([`9ccc228`](https://github.com/Kitware/trame-vuetify/commit/9ccc228b4b2e244defb12decfa1032823c481537))
10+
11+
412
## v3.1.0 (2025-09-25)
513

614
### Features

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-vuetify"
3-
version = "3.1.0"
3+
version = "3.2.0"
44
description = "Vuetify widgets for trame"
55
authors = [
66
{name = "Kitware Inc."},

trame_vuetify/__init__.py

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

0 commit comments

Comments
 (0)