From 06291ed51d76e6529888ca4b08354fa5ada04d8e Mon Sep 17 00:00:00 2001 From: "Roger A. Light" Date: Sat, 13 Sep 2014 21:25:47 +0100 Subject: [PATCH] Bump version number. Change-Id: I1ae219e094faa3473c06eba65e8eba0abd30d53f --- ChangeLog.txt | 4 ++-- src/paho/mqtt/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index 9feab32..6e1886a 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,5 +1,5 @@ -v1.0.2 -====== +v1.0.2 - 2014-09-13 +=================== - Fix "protocol" not being used in publish.single() - Fix Client constructor for the case where "localhost" is unresolvable. diff --git a/src/paho/mqtt/__init__.py b/src/paho/mqtt/__init__.py index 4802e90..7863915 100644 --- a/src/paho/mqtt/__init__.py +++ b/src/paho/mqtt/__init__.py @@ -1 +1 @@ -__version__ = "1.0" +__version__ = "1.0.2" -- 2.39.5