File tree Expand file tree Collapse file tree 6 files changed +17
-9
lines changed
Expand file tree Collapse file tree 6 files changed +17
-9
lines changed Original file line number Diff line number Diff line change 1818 env :
1919 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
2020 with :
21- tag_name : pydv-3.6.4
22- release_name : PyDV 3.6.4
21+ tag_name : pydv-3.6.5
22+ release_name : PyDV 3.6.5
2323 draft : false
2424 prerelease : false
Original file line number Diff line number Diff line change 22
33Release Notes
44=============
5+ 3.6.5
6+ ------
7+ * Bugfix: Launcher update for HPCs read files from command line
8+
9+ 3.6.4
10+ ------
11+ * Launcher update for HPCs
12+
5133.6.3
614------
715* Updated default parameter values for curve comparison functions in PyDVpy API
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22pth=$( realpath $0 )
3+ pth=$( dirname $pth )
4+ pth=" $pth /pdv_launcher.py $* "
35
46if [[ $pth == * " pdv-sa" * ]]; then
57
6- /usr/tce/bin/python3 pdv_launcher.py
8+ /usr/tce/bin/python3 $pth
79
810else
911
1517
1618 fi
1719
18- pth=$( dirname $pth )
19- pth=$pth " /pdv_launcher.py"
2020 python3 $pth
2121
2222fi
Original file line number Diff line number Diff line change 1- 04.29 .2025
1+ 05.01 .2025
Original file line number Diff line number Diff line change 1- 3.6.4
1+ 3.6.5
Original file line number Diff line number Diff line change 11[tool ]
22[tool .poetry ]
33name = " PyDV"
4- version = " 3.6.4 "
4+ version = " 3.6.5 "
55description = " PyDV: Python Data Visualizer"
66license = " BSD"
77classifiers = [
@@ -65,7 +65,7 @@ build-backend = "poetry.core.masonry.api"
6565line-length = 79
6666
6767[tool .bumpver ]
68- current_version = " 3.6.4 "
68+ current_version = " 3.6.5 "
6969version_pattern = " MAJOR.MINOR.PATCH"
7070commit_message = " bump version {old_version} -> {new_version}"
7171commit = true
You can’t perform that action at this time.
0 commit comments