From 20a9522542a21361074f002fe7b6718eb21d4d54 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Fri, 23 Aug 2019 16:17:11 +0300 Subject: [PATCH] Bump version to 4.0.2 --- HISTORY.rst | 2 +- platformio/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 0cc2bb91..975ddbb3 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -6,7 +6,7 @@ Release Notes PlatformIO 4.0 -------------- -4.0.2 (2019-08-??) +4.0.2 (2019-08-23) ~~~~~~~~~~~~~~~~~~ * Fixed an issue with a broken `LDF `__ when checking for framework compatibility (`issue #2940 `_) diff --git a/platformio/__init__.py b/platformio/__init__.py index 7f7b65d0..ee53de46 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -VERSION = (4, 0, 1) +VERSION = (4, 0, 2) __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio"