Skip to content

Commit cb67058

Browse files
committed
Release of version 1.0.1
1 parent 0d5bcba commit cb67058

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

AWSIoTPythonSDK/MQTTLib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ def configureIAMCredentials(self, AWSAccessKeyID, AWSSecretAccessKey, AWSSTSToke
585585
586586
"""
587587
# AWSIoTMQTTClient.configureIAMCredentials
588-
self._AWSIoTMQTTClient.configureIAMCredentials(AWSAccessKeyID, AWSSecretAccessKey. AWSSTSToken)
588+
self._AWSIoTMQTTClient.configureIAMCredentials(AWSAccessKeyID, AWSSecretAccessKey, AWSSTSToken)
589589

590590
def configureCredentials(self, CAFilePath, KeyPath="", CertificatePath=""): # Should be good for MutualAuth and Websocket
591591
"""

AWSIoTPythonSDK/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
import sys
33
sys.path.insert(0, os.path.dirname(__file__))
44

5-
__version__ = "1.0.0"
5+
__version__ = "1.0.1"

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
CHANGELOG
33
=========
44

5+
1.0.1
6+
=====
7+
* bugfix:Pull request:`#9 <https://github.com/aws/aws-iot-device-sdk-python/pull/9>`__
8+
59
1.0.0
610
=====
711
* feature:AWSIoTMQTTClient:basic MQTT APIs

README.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -613,9 +613,6 @@ incoming message and notice the syncing of the state.
613613
Instructions
614614
************
615615

616-
To run the example, you will need to update the endpoint,
617-
shadow name, and credential configuration in the ``samples/ThingShadowEcho/ThingShadowEcho.py`` file.
618-
619616
Run the example like this:
620617

621618
.. code-block:: python

0 commit comments

Comments
 (0)