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 8c8d21d commit d502d1cCopy full SHA for d502d1c
cloudiscovery/__init__.py
@@ -39,7 +39,7 @@
39
print("Python 3.8 or newer is required", file=sys.stderr)
40
sys.exit(1)
41
42
-__version__ = "2.3"
+__version__ = "2.4.2"
43
44
AVAILABLE_LANGUAGES = ["en_US", "pt_BR"]
45
0 commit comments