Skip to content

Commit 60eaf11

Browse files
author
semantic-release
committed
1.3.1
Automatically generated by python-semantic-release
1 parent f188195 commit 60eaf11

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
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+
## v1.3.1 (2026-03-10)
6+
7+
### Bug Fixes
8+
9+
- **package**: Update conda env and numpy version
10+
([`f188195`](https://github.com/Kitware/E3SMQuickCompare/commit/f188195242a1552a86a3114c4a28a002942a43d7))
11+
12+
513
## v1.3.0 (2026-03-09)
614

715
### 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 = "e3sm-compareview"
3-
version = "1.3.0"
3+
version = "1.3.1"
44
description = "An application to explore/analyze data for atmosphere component for E3SM"
55
authors = [
66
{name = "Kitware Inc."},

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 = "1.3.0"
3+
version = "1.3.1"
44
description = "QuickCompare: Visual Analysis 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": "QuickCompare",
10-
"version": "1.3.0"
10+
"version": "1.3.1"
1111
},
1212
"tauri": {
1313
"allowlist": {

src/e3sm_compareview/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""CompareView: E3SM CompareView application."""
22

33
# TODO(decouple): Revisit "quickview" naming/usage in Tauri configs after refactor.
4-
__version__ = "1.3.0"
4+
__version__ = "1.3.1"
55
__author__ = "Kitware Inc."
66
__license__ = "Apache-2.0"

0 commit comments

Comments
 (0)