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
sirosen committed Nov 9, 2021
1 parent 871807e commit b8b2fd9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
7 changes: 7 additions & 0 deletions changelog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

// scriv-insert-here

== 3.1.4 (2021-11-09)

Bugfixes:

* `globus session consent` was reducing the scopes of the Auth token provided
by login, resulting in errors on `logout` and `whoami`

== 3.1.3 (2021-11-05)

Enhancements:
Expand Down

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 @@ -2,7 +2,7 @@

# single source of truth for package version,
# see https://packaging.python.org/en/latest/single_source_version/
__version__ = "3.1.3"
__version__ = "3.1.4"

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

0 comments on commit b8b2fd9

Please sign in to comment.