Skip to content

Commit

Permalink
Release of version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
liuszeng committed Aug 8, 2016
1 parent 0d5bcba commit cb67058
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion AWSIoTPythonSDK/MQTTLib.py
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ def configureIAMCredentials(self, AWSAccessKeyID, AWSSecretAccessKey, AWSSTSToke
"""
# AWSIoTMQTTClient.configureIAMCredentials
self._AWSIoTMQTTClient.configureIAMCredentials(AWSAccessKeyID, AWSSecretAccessKey. AWSSTSToken)
self._AWSIoTMQTTClient.configureIAMCredentials(AWSAccessKeyID, AWSSecretAccessKey, AWSSTSToken)

def configureCredentials(self, CAFilePath, KeyPath="", CertificatePath=""): # Should be good for MutualAuth and Websocket
"""
Expand Down
2 changes: 1 addition & 1 deletion AWSIoTPythonSDK/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
import sys
sys.path.insert(0, os.path.dirname(__file__))

__version__ = "1.0.0"
__version__ = "1.0.1"
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
CHANGELOG
=========

1.0.1
=====
* bugfix:Pull request:`#9 <https://github.com/aws/aws-iot-device-sdk-python/pull/9>`__

1.0.0
=====
* feature:AWSIoTMQTTClient:basic MQTT APIs
Expand Down
3 changes: 0 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -613,9 +613,6 @@ incoming message and notice the syncing of the state.
Instructions
************

To run the example, you will need to update the endpoint,
shadow name, and credential configuration in the ``samples/ThingShadowEcho/ThingShadowEcho.py`` file.

Run the example like this:

.. code-block:: python
Expand Down

0 comments on commit cb67058

Please sign in to comment.