Skip to content

Commit 59ae210

Browse files
authored
Merge pull request #982 from globus/release-3.28.1
Release v3.28.1
2 parents 27092b6 + 6612d87 commit 59ae210

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

changelog.adoc

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

33
// scriv-insert-here
44

5+
== 3.28.1 (2024-05-02)
6+
7+
Enhancements:
8+
9+
* Improve the reporting of errors found by `globus flows validate`
10+
511
== 3.28.0 (2024-05-02)
612

713
Bugfixes:

changelog.d/20240502_124425_sirosen_flows_error_refinement.md

Lines changed: 0 additions & 3 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.28.0"
10+
__version__ = "3.28.1"
1111

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

0 commit comments

Comments
 (0)