Skip to content

Commit ac3a34d

Browse files
authored
Merge pull request #984 from globus/release-3.28.2
Release v3.28.2
2 parents 7245059 + d9a35bd commit ac3a34d

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

changelog.adoc

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
// scriv-insert-here
44

5+
== 3.28.2 (2024-05-02)
6+
7+
Bugfixes:
8+
9+
* Fix printing of API errors which do not contain JSON data
10+
511
== 3.28.1 (2024-05-02)
612

713
Enhancements:

changelog.d/20240502_155411_sirosen_handle_null_errors.md

-3
This file was deleted.

src/globus_cli/version.py

+1-1
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.1"
10+
__version__ = "3.28.2"
1111

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

0 commit comments

Comments
 (0)