Skip to content

Commit

Permalink
Bump version and changelog for release
Browse files Browse the repository at this point in the history
Signed-off-by: Ada Nikolaidis <ada@globus.org>
  • Loading branch information
ada-globus committed Dec 6, 2022
1 parent 31d4793 commit 3971656
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 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.10.1 (2022-12-06)

Bugfixes:

* Fix a typo in the `globus endpoint permission update` command

* Fixed an AttributeError preventing text output of `globus session show`

== 3.10.0 (2022-12-05)

Bugfixes:
Expand Down
4 changes: 0 additions & 4 deletions changelog.d/20221206_085304_ada_fix_typo.md

This file was deleted.

3 changes: 0 additions & 3 deletions changelog.d/20221206_095021_aaschaer_session_show.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.10.0"
__version__ = "3.10.1"

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

0 comments on commit 3971656

Please sign in to comment.