Skip to content

Commit f06b3ad

Browse files
authored
Merge pull request #425 from jaswilli/release-1.6.3
Release v1.6.3
2 parents 51bbef0 + 01b5831 commit f06b3ad

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

changelog.adoc

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

3+
== 1.6.3
4+
5+
Enhancements:
6+
7+
* Verbose output option for `version` command (https://github.com/globus/globus-cli/pull/420[420])
8+
* Lists of roles and permissions are now faster (https://github.com/globus/globus-cli/pull/424[424])
9+
310
== 1.6.2
411

512
Bugfixes:

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__ = "1.6.2"
5+
__version__ = "1.6.3"
66

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

0 commit comments

Comments
 (0)