Skip to content

Commit

Permalink
Bump version and changelog for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ada-globus committed May 2, 2024
1 parent 7245059 commit d9a35bd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
6 changes: 6 additions & 0 deletions changelog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

// scriv-insert-here

== 3.28.2 (2024-05-02)

Bugfixes:

* Fix printing of API errors which do not contain JSON data

== 3.28.1 (2024-05-02)

Enhancements:
Expand Down
3 changes: 0 additions & 3 deletions changelog.d/20240502_155411_sirosen_handle_null_errors.md

This file was deleted.

2 changes: 1 addition & 1 deletion src/globus_cli/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# single source of truth for package version,
# see https://packaging.python.org/en/latest/single_source_version/
__version__ = "3.28.1"
__version__ = "3.28.2"

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

0 comments on commit d9a35bd

Please sign in to comment.