We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f247ed2 commit c33f66fCopy full SHA for c33f66f
2 files changed
.pre-commit-config.yaml
@@ -30,13 +30,13 @@ repos:
30
]
31
32
- repo: https://github.com/psf/black
33
- rev: 24.3.0
+ rev: 25.1.0
34
hooks:
35
- id: black
36
args: ["--config", "pyproject.toml"]
37
38
- repo: https://github.com/pycqa/flake8
39
- rev: 7.1.0
+ rev: 7.3.0
40
41
- id: flake8
42
additional_dependencies:
CHANGES.md
@@ -3,6 +3,10 @@ Changelog for PyUNICORE
3
4
Issue tracker: https://github.com/HumanBrainProject/pyunicore
5
6
+Version 1.3.5 (Sep 8, 2025)
7
+---------------------------
8
+ - improve forwarder
9
+
10
Version 1.3.4 (Jul 3, 2025)
11
---------------------------
12
- CLI: implement server-to-server transfers
0 commit comments