We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52e78ed commit 08fc2a4Copy full SHA for 08fc2a4
cloudiscovery/__init__.py
@@ -47,7 +47,7 @@
47
print("Python 3.8 or newer is required", file=sys.stderr)
48
sys.exit(1)
49
50
-__version__ = "2.2.5"
+__version__ = "2.3"
51
52
AVAILABLE_LANGUAGES = ["en_US", "pt_BR"]
53
DEFAULT_REGION = "us-east-1"
0 commit comments