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 3e9820e commit fa17961Copy full SHA for fa17961
docs/changelog.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## Version 2.1.1
4
+
5
+### Fixed
6
7
+* Base URL was not being set correctly for download operations [[#29]](https://github.com/WEHI-ResearchComputing/FileSenderCli/pull/29).
8
9
## Version 2.1.0
10
11
### Added
pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "filesender-client"
description = "FileSender Python CLI and API client"
-version = "2.1.0"
+version = "2.1.1"
readme = "README.md"
requires-python = ">=3.8"
license = {text = "BSD-3-Clause"}
0 commit comments