Skip to content

Commit fa17961

Browse files
committed
Prepare for release
1 parent 3e9820e commit fa17961

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

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+
39
## Version 2.1.0
410

511
### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "filesender-client"
77
description = "FileSender Python CLI and API client"
8-
version = "2.1.0"
8+
version = "2.1.1"
99
readme = "README.md"
1010
requires-python = ">=3.8"
1111
license = {text = "BSD-3-Clause"}

0 commit comments

Comments
 (0)