We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6017a3 commit e77fd9eCopy full SHA for e77fd9e
3 files changed
.github/workflows/build-test.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: installPython
19
uses: actions/setup-python@v1
20
with:
21
- python-version: '3.12.10'
+ python-version: '3.12.13'
22
- name: install pytest
23
run: pip3 install pytest
24
- name: test
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
16
17
CHANGES.md
@@ -1,4 +1,9 @@
1
# 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
7
## Jun 11, 2025
8
Version 0.9.0
9
0 commit comments