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 346f808 commit 21972a7Copy full SHA for 21972a7
src/arduino_iot_cloud/ucloud.py
@@ -21,13 +21,13 @@ class InvalidStateError(Exception):
21
try:
22
from arduino_iot_cloud._version import __version__
23
except (ImportError, AttributeError):
24
- __version__ = "1.3.3"
+ __version__ = "1.5.0"
25
26
# Server/port for basic auth.
27
_DEFAULT_SERVER = "iot.arduino.cc"
28
29
# Default port for cert based auth and basic auth.
30
-_DEFAULT_PORT = (8883, 8884)
+_DEFAULT_PORT = (8885, 8884)
31
32
33
class DoneException(Exception):
0 commit comments