Skip to content

Commit e5ea250

Browse files
committed
For release, updated README
1 parent 45b29cb commit e5ea250

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ThingsBoard MQTT client Python SDK
22
[![Join the chat at https://gitter.im/thingsboard/chat](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/thingsboard/chat?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
33

4-
<img src="./logo.png?raw=true" width="100" height="100">
4+
<a href="https://thingsboard.io"><img src="./logo.png?raw=true" width="100" height="100"></a>
55

66
ThingsBoard is an open-source IoT platform for data collection, processing, visualization, and device management.
77
This project ia a Python library that provides convenient client SDK for both [Device](https://thingsboard.io/docs/reference/mqtt-api/)
@@ -205,7 +205,7 @@ while True:
205205
```
206206
## Other Examples
207207

208-
There are more examples for both [device](/tree/master/examples/device) and [gateway](/tree/master/examples/gateway) in corresponding [folders](/tree/master/examples/).
208+
There are more examples for both [device](https://github.com/thingsboard/thingsboard-python-client-sdk/tree/master/examples/device) and [gateway](https://github.com/thingsboard/thingsboard-python-client-sdk/tree/master/examples/gateway) in corresponding [folders](https://github.com/thingsboard/thingsboard-python-client-sdk/tree/master/examples).
209209

210210
## Support
211211

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
with open(path.join(this_directory, 'README.md')) as f:
2323
long_description = f.read()
2424

25-
VERSION = "1.1"
25+
VERSION = "1.2"
2626

2727
setup(
2828
version=VERSION,

0 commit comments

Comments
 (0)