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"