Skip to content

Commit 2ea3bd9

Browse files
committed
Bump version and changelog for release
1 parent 7b02933 commit 2ea3bd9

4 files changed

+12
-10
lines changed

changelog.adoc

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

33
// scriv-insert-here
44

5+
== 3.24.0 (2024-01-25)
6+
7+
Bugfixes
8+
9+
* Fixes a bug which would not allow users to utilize "--anonymous" or
10+
"--all-authenticated-users" when creating an endpoint permission.
11+
12+
Other
13+
14+
* Remove support for Python 3.7
15+
516
== 3.23.0 (2024-01-05)
617

718
Bugfixes:

changelog.d/20240109_104114_sirosen_drop_py37.md

-3
This file was deleted.

changelog.d/20240125_145727_derek_endpoint_permission_create_bug_zd_381646.md

-6
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.23.0"
10+
__version__ = "3.24.0"
1111

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

0 commit comments

Comments
 (0)