Skip to content

Commit d02536d

Browse files
Release v3.39.0 (#1194)
Co-authored-by: Kurt McKee <contactme@kurtmckee.org>
1 parent 5ba49aa commit d02536d

File tree

4 files changed

+11
-10
lines changed

4 files changed

+11
-10
lines changed

changelog.adoc

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

33
// scriv-insert-here
44

5+
== 3.39.0 (2025-10-15)
6+
7+
Enhancements:
8+
9+
* Text display of timers via commands such as `globus timer show` now includes
10+
an `Activity` field which summarizes the status of the Timer.
11+
12+
* Added a new command: `globus timer create flow` to support scheduling recurring
13+
flow runs.
14+
515
== 3.38.0 (2025-09-24)
616

717
Enhancements:

changelog.d/20250916_155003_sirosen_support_timer_activity_field.md

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

changelog.d/20251001_095617_derek_sc_38839_globus_timer_create_flow.md

Lines changed: 0 additions & 5 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.38.0"
10+
__version__ = "3.39.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)