Skip to content

Commit 962f642

Browse files
committed
Bump version and changelog for release
1 parent f0175b4 commit 962f642

File tree

4 files changed

+13
-9
lines changed

4 files changed

+13
-9
lines changed

changelog.adoc

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
// scriv-insert-here
44

5+
== 3.37.0 (2025-09-18)
6+
7+
Bugfixes:
8+
9+
* Fix incorrect bounds on the version of the `click` library. The upper bound
10+
is now declared to exclude the next "feature release" of `click`.
11+
12+
Enhancements:
13+
14+
* Add a new command for interacting with collection roles,
15+
`globus gcs collection role delete`
16+
517
== 3.36.0 (2025-08-29)
618

719
Enhancements:

changelog.d/20250904_94239c8_kube_SC_38763_globus_collection_role_delete.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelog.d/20250918_130817_sirosen_click_feature_bound.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

src/globus_cli/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
# single source of truth for package version,
99
# see https://packaging.python.org/en/latest/single_source_version/
10-
__version__ = "3.36.0"
10+
__version__ = "3.37.0"
1111

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

0 commit comments

Comments
 (0)