Skip to content

Commit

Permalink
Bump version and changelog for release 2.0
Browse files Browse the repository at this point in the history
Also update the SDK version to 2.0.1 (tests pass).
  • Loading branch information
sirosen committed Feb 2, 2021
1 parent febceff commit 041efcf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions changelog.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
= CLI Changelog

== 2.0.0

* Drop support for python2

== 1.16.0

Enhancements:
Expand Down
2 changes: 1 addition & 1 deletion 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__ = "1.16.0"
__version__ = "2.0.0"

# app name to send as part of SDK requests
app_name = f"Globus CLI v{__version__}"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
version=version,
packages=find_packages(exclude=["tests", "tests.*"]),
install_requires=[
"globus-sdk==1.11.0",
"globus-sdk==2.0.1",
"click>=7.1.1,<8.0",
"jmespath==0.10.0",
"configobj>=5.0.6,<6.0.0",
Expand Down

0 comments on commit 041efcf

Please sign in to comment.