Skip to content

Commit

Permalink
Merge pull request #510 from sirosen/release-1.15.0
Browse files Browse the repository at this point in the history
Release 1.15.0
  • Loading branch information
jaswilli authored Jan 29, 2021
2 parents 834bb9b + a637176 commit 5b1a343
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions changelog.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
= CLI Changelog

== 1.15.0

Bugfixes:

* The `disable_verify` option will no longer be set to `False` when left
unspecified in `globus endpoint update`

Enhancements:

* `globus update` now restricts updates to python2-compatible versions when
running under python2

== 1.14.0

Bugfixes:
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.14.0"
__version__ = "1.15.0"

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

0 comments on commit 5b1a343

Please sign in to comment.