Skip to content

Commit fbe14eb

Browse files
author
semantic-release
committed
2.7.5
Automatically generated by python-semantic-release
1 parent 25c20d1 commit fbe14eb

5 files changed

Lines changed: 24 additions & 4 deletions

File tree

CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v2.7.5 (2026-05-12)
6+
7+
### Bug Fixes
8+
9+
- **export**: Update animation track while exporting
10+
([`51d6866`](https://github.com/Kitware/QuickView/commit/51d6866f4a3f6c48497316ea8b3580247355420a))
11+
12+
- **ui**: Improve field selection look and feel
13+
([`25c20d1`](https://github.com/Kitware/QuickView/commit/25c20d1ebce0978b76b993442e987975890d920f))
14+
15+
### Documentation
16+
17+
- Correct size of a image
18+
([`963803f`](https://github.com/Kitware/QuickView/commit/963803f3b951f89f3b3196db66d062fbff0db892))
19+
20+
- Update image sizes
21+
([`528d61e`](https://github.com/Kitware/QuickView/commit/528d61e7c7189eef6919384d79dd6ce7a42bfe98))
22+
23+
524
## v2.7.4 (2026-05-11)
625

726
### 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 = "e3sm-quickview"
3-
version = "2.7.4"
3+
version = "2.7.5"
44
description = "An application to explore/analyze data for atmosphere component for E3SM"
55
authors = [
66
{name = "Kitware Inc."},
@@ -55,6 +55,7 @@ quickview = "e3sm_quickview.jupyter:setup_quickview"
5555

5656

5757

58+
5859
[build-system]
5960
requires = ["hatchling"]
6061
build-backend = "hatchling.build"

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "app"
3-
version = "2.7.4"
3+
version = "2.7.5"
44
description = "QuickView: Visual Analyis for E3SM Atmosphere Data"
55
authors = ["Kitware"]
66
license = ""

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"package": {
99
"productName": "QuickView",
10-
"version": "2.7.4"
10+
"version": "2.7.5"
1111
},
1212
"tauri": {
1313
"allowlist": {

src/e3sm_quickview/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""QuickView: Visual Analysis for E3SM Atmosphere Data."""
22

3-
__version__ = "2.7.4"
3+
__version__ = "2.7.5"
44
__author__ = "Kitware Inc."
55
__license__ = "Apache-2.0"

0 commit comments

Comments
 (0)