Skip to content

Commit 1f3cd09

Browse files
committed
Doc update, bump version.
1 parent 6436ac0 commit 1f3cd09

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

ChangeLog.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
v1.6.1 - 2021-10-21
2+
===================
3+
4+
- Fix Python 2.7 compatilibity.
5+
6+
17
v1.6.0 - 2021-10-20
28
===================
39

src/paho/mqtt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.6.0"
1+
__version__ = "1.6.1"
22

33

44
class MQTTException(Exception):

0 commit comments

Comments
 (0)