Skip to content

Commit b83327b

Browse files
author
semantic-release
committed
3.1.0
Automatically generated by python-semantic-release
1 parent cef3f65 commit b83327b

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.1.0 (2025-09-25)
5+
6+
### Features
7+
8+
- Bump to vuetify3.10.0
9+
([`cef3f65`](https://github.com/Kitware/trame-vuetify/commit/cef3f656ea615240d0f5bdcdef2e602c03667138))
10+
11+
412
## v3.0.3 (2025-09-10)
513

614
### 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-vuetify"
3-
version = "3.0.3"
3+
version = "3.1.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.0.3"
1+
__version__ = "3.1.0"

0 commit comments

Comments
 (0)