Skip to content

Commit

Permalink
Merge pull request #993 from globus/release-3.28.3
Browse files Browse the repository at this point in the history
Release v3.28.3
  • Loading branch information
kurtmckee authored Jun 14, 2024
2 parents 69ab440 + d6ea560 commit 710740a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
8 changes: 8 additions & 0 deletions changelog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

// scriv-insert-here

== 3.28.3 (2024-06-14)

Bugfixes:

* Fix a bug which would break rendering if a user created a timer with no end.

* Resolve a `KeyError` that can happen if scope resolution fails during flow validation.

== 3.28.2 (2024-05-02)

Bugfixes:
Expand Down

This file was deleted.

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.2"
__version__ = "3.28.3"

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

0 comments on commit 710740a

Please sign in to comment.