forked from platformio/platformio-core
Bump version to 4.3.2a4
This commit is contained in:
@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
VERSION = (4, 3, "2a3")
|
||||
VERSION = (4, 3, "2a4")
|
||||
__version__ = ".".join([str(s) for s in VERSION])
|
||||
|
||||
__title__ = "platformio"
|
||||
|
@ -260,7 +260,6 @@ class MPDataPusher(object):
|
||||
def _send_data(self, data):
|
||||
if self._http_offline:
|
||||
return False
|
||||
print("MP:_send_data", data)
|
||||
try:
|
||||
r = self._http_session.post(
|
||||
"https://ssl.google-analytics.com/collect",
|
||||
|
Reference in New Issue
Block a user