Skip to content

Commit 915ba50

Browse files
committed
Bump version and changelog for v2.1.0
1 parent ad4df0a commit 915ba50

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

changelog.adoc

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
= CLI Changelog
22

3+
== 2.1.0
4+
5+
* `globus transfer` now supports an option, `--exclude`, which can be used to
6+
skip files matching a pattern or set of patterns when submitting a recursive
7+
directory transfer
8+
39
== 2.0.0
410

511
* Drop support for python2

globus_cli/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# single source of truth for package version,
44
# see https://packaging.python.org/en/latest/single_source_version/
5-
__version__ = "2.0.0"
5+
__version__ = "2.1.0"
66

77
# app name to send as part of SDK requests
88
app_name = f"Globus CLI v{__version__}"

0 commit comments

Comments
 (0)