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 Sep 29, 2021
1 parent 49a1846 commit a1cae3a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions changelog.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
= CLI Changelog

== 3.0.1 (2021-09-29)

Bugfixes:

* Update dependency specification to avoid an issue in which old versions of
`cryptography` were not updated when an existing installation was updated

== 3.0.0 (2021-09-29)

This is a major release of the CLI and has several backwards incompatible
Expand Down
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.0.0"
__version__ = "3.0.1"

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

0 comments on commit a1cae3a

Please sign in to comment.