Skip to content

Commit 041efcf

Browse files
committed
Bump version and changelog for release 2.0
Also update the SDK version to 2.0.1 (tests pass).
1 parent febceff commit 041efcf

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

changelog.adoc

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
= CLI Changelog
22

3+
== 2.0.0
4+
5+
* Drop support for python2
6+
37
== 1.16.0
48

59
Enhancements:

globus_cli/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# single source of truth for package version,
44
# see https://packaging.python.org/en/latest/single_source_version/
5-
__version__ = "1.16.0"
5+
__version__ = "2.0.0"
66

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

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
version=version,
1414
packages=find_packages(exclude=["tests", "tests.*"]),
1515
install_requires=[
16-
"globus-sdk==1.11.0",
16+
"globus-sdk==2.0.1",
1717
"click>=7.1.1,<8.0",
1818
"jmespath==0.10.0",
1919
"configobj>=5.0.6,<6.0.0",

0 commit comments

Comments
 (0)