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
derek-globus committed Jan 25, 2024
1 parent 7b02933 commit 2ea3bd9
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
11 changes: 11 additions & 0 deletions changelog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

// scriv-insert-here

== 3.24.0 (2024-01-25)

Bugfixes

* Fixes a bug which would not allow users to utilize "--anonymous" or
"--all-authenticated-users" when creating an endpoint permission.

Other

* Remove support for Python 3.7

== 3.23.0 (2024-01-05)

Bugfixes:
Expand Down
3 changes: 0 additions & 3 deletions changelog.d/20240109_104114_sirosen_drop_py37.md

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.23.0"
__version__ = "3.24.0"

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

0 comments on commit 2ea3bd9

Please sign in to comment.