Skip to content

Commit 77526ba

Browse files
Merge pull request #416 from sirosen/release-1.6.1
Release v1.6.1 with almost-empty changelog
2 parents 01ec7cc + b34570e commit 77526ba

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+
== 1.6.1
4+
5+
Enhancements:
6+
7+
* Minor internal improvements
8+
39
== 1.6.0
410

511
Enhancements:

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.0"
5+
__version__ = "1.6.1"
66

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

0 commit comments

Comments
 (0)