Skip to content

Commit

Permalink
Release v1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaswilli committed Mar 11, 2019
1 parent a94314e commit af011b3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions changelog.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
= CLI Changelog

== 1.10.0

Enhancements:

* Add `--timeout-exit-code` option to override the default exit
code (1) for commands that wait on tasks. For example, `globus task wait <task_id> --timeout 60 --timeout-exit-code 0`.

== 1.9.1

* Minor internal improvements
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__ = "1.9.1"
__version__ = "1.10.0"

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

0 comments on commit af011b3

Please sign in to comment.