File tree Expand file tree Collapse file tree 3 files changed +55
-44
lines changed Expand file tree Collapse file tree 3 files changed +55
-44
lines changed Original file line number Diff line number Diff line change 29
29
with :
30
30
fetch-depth : 0
31
31
- name : Set up Python 3
32
- uses : actions/setup-python@v5
32
+ uses : actions/setup-python@v6
33
33
with :
34
34
python-version : 3
35
35
- name : Display Python version
@@ -131,7 +131,7 @@ jobs:
131
131
sudo apt update
132
132
sudo apt install -y --no-install-recommends graphviz
133
133
- name : Set up Python ${{ matrix.python-version }}
134
- uses : actions/setup-python@v5
134
+ uses : actions/setup-python@v6
135
135
with :
136
136
python-version : ${{ matrix.python-version }}
137
137
- name : Display Python version
Original file line number Diff line number Diff line change
1
+ 1.14.1 (September 16, 2025)
2
+ ===========================
3
+ Patch release in the 1.14.x series.
4
+
5
+ * FIX: Add task entity to PET path patterns (#970)
6
+ * ENH: Add optional hash entity to path patterns (#966)
7
+
1
8
1.14.0 (August 19, 2025)
2
9
========================
3
10
New feature release in the 1.13.x series.
You can’t perform that action at this time.
0 commit comments