Skip to content

Commit 3971656

Browse files
committed
Bump version and changelog for release
Signed-off-by: Ada Nikolaidis <[email protected]>
1 parent 31d4793 commit 3971656

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

changelog.adoc

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

33
// scriv-insert-here
44

5+
== 3.10.1 (2022-12-06)
6+
7+
Bugfixes:
8+
9+
* Fix a typo in the `globus endpoint permission update` command
10+
11+
* Fixed an AttributeError preventing text output of `globus session show`
12+
513
== 3.10.0 (2022-12-05)
614

715
Bugfixes:

changelog.d/20221206_085304_ada_fix_typo.md

-4
This file was deleted.

changelog.d/20221206_095021_aaschaer_session_show.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.10.0"
10+
__version__ = "3.10.1"
1111

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

0 commit comments

Comments
 (0)