Skip to content

Commit c33f66f

Browse files
committed
.
1 parent f247ed2 commit c33f66f

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ repos:
3030
]
3131

3232
- repo: https://github.com/psf/black
33-
rev: 24.3.0
33+
rev: 25.1.0
3434
hooks:
3535
- id: black
3636
args: ["--config", "pyproject.toml"]
3737

3838
- repo: https://github.com/pycqa/flake8
39-
rev: 7.1.0
39+
rev: 7.3.0
4040
hooks:
4141
- id: flake8
4242
additional_dependencies:

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ Changelog for PyUNICORE
33

44
Issue tracker: https://github.com/HumanBrainProject/pyunicore
55

6+
Version 1.3.5 (Sep 8, 2025)
7+
---------------------------
8+
- improve forwarder
9+
610
Version 1.3.4 (Jul 3, 2025)
711
---------------------------
812
- CLI: implement server-to-server transfers

0 commit comments

Comments
 (0)