File tree Expand file tree Collapse file tree 5 files changed +12
-4
lines changed
Expand file tree Collapse file tree 5 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11[project ]
22name = " e3sm-compareview"
3- version = " 1.3.0 "
3+ version = " 1.3.1 "
44description = " An application to explore/analyze data for atmosphere component for E3SM"
55authors = [
66 {name = " Kitware Inc." },
Original file line number Diff line number Diff line change 11[package ]
22name = " app"
3- version = " 1.3.0 "
3+ version = " 1.3.1 "
44description = " QuickCompare: Visual Analysis for E3SM Atmosphere Data"
55authors = [" Kitware" ]
66license = " "
Original file line number Diff line number Diff line change 77 },
88 "package" : {
99 "productName" : " QuickCompare" ,
10- "version" : " 1.3.0 "
10+ "version" : " 1.3.1 "
1111 },
1212 "tauri" : {
1313 "allowlist" : {
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments