Skip to content

Commit

Permalink
Merge pull request #280 from NREL/390-rc1
Browse files Browse the repository at this point in the history
Update and release 390-rc1
  • Loading branch information
wenyikuang authored Nov 15, 2024
2 parents 52b8856 + a16db65 commit bc68690
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 12 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build_pat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,9 @@ jobs:
cmake --build . --target package -j 2
- name: Save artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: PAT-Installer-${{ matrix.name }}
path: ./build/ParametricAnalysisTool-*


2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.14.0)
cmake_policy(SET CMP0048 NEW)


project(ParametricAnalysisTool VERSION 3.8.0)
project(ParametricAnalysisTool VERSION 3.9.0)


find_package(Git)
Expand Down
4 changes: 2 additions & 2 deletions app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"productName": "ParametricAnalysisTool",
"identifier": "gov.nrel.openstudio.pat",
"description": "OpenStudio Parametric Analysis Tool",
"version": "3.8.0",
"version": "3.9.0",
"author": "National Renewable Energy Laboratory",
"main": "background.js",
"dependencies": {
Expand Down
12 changes: 6 additions & 6 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"endpoint": "https://openstudio-resources.s3.amazonaws.com/pat-dependencies3/",
"energyplus": [{
"name": "EnergyPlus-24.1.0-win32.tar.gz",
"name": "EnergyPlus-24.2.0-win32.tar.gz",
"platform": "win32",
"arch": "x64",
"type": "energyplus"
}, {
"name": "EnergyPlus-24.1.0-darwin.tar.gz",
"name": "EnergyPlus-24.2.0-darwin.tar.gz",
"platform": "darwin",
"arch": "x64",
"type": "energyplus"
}, {
"name": "EnergyPlus-24.1.0-linux.tar.gz",
"name": "EnergyPlus-24.2.0-linux.tar.gz",
"platform": "linux",
"arch": "x64",
"type": "energyplus"
Expand Down Expand Up @@ -60,17 +60,17 @@
"type": "mongo"
}],
"openstudio": [{
"name": "OpenStudio-3.8.0-Windows.tar.gz",
"name": "OpenStudio-3.9.0-Windows.tar.gz",
"platform": "win32",
"arch": "x64",
"type": "openstudio"
}, {
"name": "OpenStudio-3.8.0-Darwin.tar.gz",
"name": "OpenStudio-3.9.0-Darwin.tar.gz",
"platform": "darwin",
"arch": "x64",
"type": "openstudio"
}, {
"name": "OpenStudio-3.8.0-Linux.tar.gz",
"name": "OpenStudio-3.9.0-Linux.tar.gz",
"platform": "linux",
"arch": "x64",
"type": "OpenStudio"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openstudio-pat",
"version": "3.8.0",
"version": "3.9.0",
"devDependencies": {
"@babel/core": "~7.19.3",
"@babel/eslint-parser": "~7.19.1",
Expand Down

0 comments on commit bc68690

Please sign in to comment.