From fcd3c9f9707f960e67bf148c73ff25c7edc90aea Mon Sep 17 00:00:00 2001 From: Alex Chantavy Date: Fri, 15 Oct 2021 23:32:22 -0700 Subject: [PATCH 1/3] Use azure-cli-core>=2.26.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 583c94f2af..d4d8909d47 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ "cryptography<3.4,>=3.2", "python-digitalocean>=1.16.0", "adal>=1.2.4", - "azure-cli-core>=2.12.0", + "azure-cli-core>=2.26.0", "azure-mgmt-compute>=5.0.0", "azure-mgmt-resource>=10.2.0", "azure-mgmt-cosmosdb>=6.0.0", From 8382b232a25282ca91f18dcf6d7b769e2f62e778 Mon Sep 17 00:00:00 2001 From: Alex Chantavy Date: Fri, 15 Oct 2021 23:56:27 -0700 Subject: [PATCH 2/3] Minor version bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d4d8909d47..5d0665de21 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import find_packages from setuptools import setup -__version__ = '0.47.0' +__version__ = '0.48.0' setup( From 5f9bf6cd08e5b492884526882e11b3332d035a84 Mon Sep 17 00:00:00 2001 From: Alex Chantavy Date: Fri, 15 Oct 2021 23:59:55 -0700 Subject: [PATCH 3/3] just kidding lets use a patch version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5d0665de21..9d8f8ccbae 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import find_packages from setuptools import setup -__version__ = '0.48.0' +__version__ = '0.47.1' setup(