Skip to content

Commit 452b230

Browse files
authored
postmortem for 0.4.2 (#69)
1 parent 60fcfc6 commit 452b230

File tree

3 files changed

+24
-9
lines changed

3 files changed

+24
-9
lines changed

.github/workflows/ci.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- run: python dodo.py build || python dodo.py build
4040
- uses: actions/upload-artifact@v3
4141
with:
42-
name: dist_${{ github.run_number }}
42+
name: rfjl_${{ github.run_number }}_dist
4343
path: ./dist
4444
- name: Rename uncached conda packages
4545
shell: bash
@@ -73,12 +73,12 @@ jobs:
7373
use-mamba: true
7474
- uses: actions/download-artifact@v3
7575
with:
76-
name: dist_${{ github.run_number }}
76+
name: rfjl_${{ github.run_number }}_dist
7777
path: ./dist
7878
- run: python dodo.py conda_build || python dodo.py conda_build
7979
- uses: actions/upload-artifact@v3
8080
with:
81-
name: conda-bld_${{ github.run_number }}
81+
name: rfjl_${{ github.run_number }}_conda-bld
8282
path: ./dist/conda-bld
8383
- name: Rename uncached conda packages
8484
shell: bash
@@ -97,7 +97,7 @@ jobs:
9797
- run: python dodo.py docs || python dodo.py docs
9898
- uses: actions/upload-artifact@v3
9999
with:
100-
name: docs_${{ job.status }}_${{ github.run_number }}
100+
name: rfjl_${{ github.run_number }}_docs_${{ job.status }}
101101
path: ./build/docs/html
102102
if: always()
103103
- name: Rename uncached conda packages
@@ -163,7 +163,7 @@ jobs:
163163
- if: always()
164164
uses: actions/download-artifact@v3
165165
with:
166-
name: dist_${{ github.run_number }}
166+
name: rfjl_${{ github.run_number }}_dist
167167
path: ./dist
168168
- name: doit (unix)
169169
if: ${{ matrix.os != 'windows' }}
@@ -178,7 +178,7 @@ jobs:
178178
uses: actions/upload-artifact@v3
179179
with:
180180
name: |
181-
test_${{ job.status }}_${{ matrix.os }}_${{ matrix.python-version }}_${{ matrix.lab-version }}_${{ github.run_number }}
181+
rfjl_${{ github.run_number }}_test_${{ job.status }}_${{ matrix.os }}_${{ matrix.python-version }}_${{ matrix.lab-version }}
182182
path: |
183183
./build/test/output
184184
if: always()
@@ -200,6 +200,6 @@ jobs:
200200
- if: always()
201201
uses: actions/upload-artifact@v3
202202
with:
203-
name: _COMBINED_${{ github.run_number }}
203+
name: rfjl_${{ github.run_number }}__COMBINED
204204
path: |
205205
./artifacts

docs/HISTORY.ipynb

+16-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,21 @@
77
"# HISTORY"
88
]
99
},
10+
{
11+
"cell_type": "markdown",
12+
"metadata": {},
13+
"source": [
14+
"## 0.4.3 (unreleased)\n",
15+
"\n",
16+
"| Products under test | Versions |\n",
17+
"|-----------------------------|-----------------------------------|\n",
18+
"| Python | `3.7.12`<br/>`3.10.6`<br/>`3.11.0` |\n",
19+
"| Robot Framework | `4.1.3`<br/>`6.0.1` |\n",
20+
"| Jupyter Notebook Classic | `6.5.2` |\n",
21+
"| JupyterLab | `1.2.21`<br/>`2.3.2`<br/>`3.5.2` |\n",
22+
"| Jupyter Server | `1.21.0`<br/>`1.23.4`<br/>`2.0.6` |"
23+
]
24+
},
1025
{
1126
"cell_type": "markdown",
1227
"metadata": {},
@@ -151,7 +166,7 @@
151166
"name": "python",
152167
"nbconvert_exporter": "python",
153168
"pygments_lexer": "ipython3",
154-
"version": "3.7.12"
169+
"version": "3.11.0"
155170
}
156171
},
157172
"nbformat": 4,

src/JupyterLibrary/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.2
1+
0.4.3

0 commit comments

Comments
 (0)