Skip to content

Commit

Permalink
Bump version and changelog for v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sirosen committed Jun 23, 2021
1 parent ad4df0a commit 915ba50
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions changelog.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
= CLI Changelog

== 2.1.0

* `globus transfer` now supports an option, `--exclude`, which can be used to
skip files matching a pattern or set of patterns when submitting a recursive
directory transfer

== 2.0.0

* Drop support for python2
Expand Down
2 changes: 1 addition & 1 deletion globus_cli/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

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

0 comments on commit 915ba50

Please sign in to comment.