Skip to content

Commit e77fd9e

Browse files
rdt12Ron Tapia
andauthored
Prep 0.10.0 (#72)
* prep for 0.10.0 * prep for 0.10.0 --------- Co-authored-by: Ron Tapia <ron.tapia@ligo.org>
1 parent a6017a3 commit e77fd9e

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: installPython
1919
uses: actions/setup-python@v1
2020
with:
21-
python-version: '3.12.10'
21+
python-version: '3.12.13'
2222
- name: install pytest
2323
run: pip3 install pytest
2424
- name: test

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: installPython
1717
uses: actions/setup-python@v1
1818
with:
19-
python-version: '3.12.10'
19+
python-version: '3.12.13'
2020
- name: install pytest
2121
run: pip3 install pytest
2222
- name: test

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# SCIMMA Server Container Changes
2+
## May 15, 2026
3+
Version 0.10.0
4+
5+
1. Update to hop-client version 0.12.1
6+
27
## Jun 11, 2025
38
Version 0.9.0
49

0 commit comments

Comments
 (0)