From 4767e5958f7fbf97d30e1d3fadc0400554ae6211 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Thu, 3 Nov 2016 20:37:29 +0200 Subject: [PATCH] Bump to 3.2.0b1 --- HISTORY.rst | 13 ++++++++++--- platformio/__init__.py | 2 +- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 64bd456e..a559fbb8 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -8,10 +8,17 @@ PlatformIO 3.0 ~~~~~~~~~~~~~~~~~~ * `PIO Remoteā„¢ `__. - Your devices are always with you! + **Your devices are always with you!** + + + Over-The-Air (OTA) Device Manager + + OTA Serial Port Monitor + + OTA Firmware Updates + + Continuous Deployment + + Continuous Delivery + * `PIO Account `__ - for extra professional features from `PlatformIO Plus `__ - and ``PLATFORMIO_AUTH_TOKEN`` environment variable for CI systems + and `PLATFORMIO_AUTH_TOKEN `__ + environment variable for CI systems * Inject system environment variables to configuration settings in `Project Configuration File "platformio.ini" `__ (`issue #792 `_) diff --git a/platformio/__init__.py b/platformio/__init__.py index 642be4dc..b2e6f182 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -14,7 +14,7 @@ import sys -VERSION = (3, 2, "0a11") +VERSION = (3, 2, "0b1") __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio"