From: Roger A. Light Date: Sat, 13 Sep 2014 20:25:47 +0000 (+0100) Subject: Bump version number. X-Git-Tag: v1.1~5 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=06291ed51d76e6529888ca4b08354fa5ada04d8e;p=packages%2Fp%2Fpaho-mqtt.git Bump version number. Change-Id: I1ae219e094faa3473c06eba65e8eba0abd30d53f --- 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"