From c96c1f2b2ffd5cc68bb71cfe2e96b10e76802b3a Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Sat, 23 Dec 2017 21:05:05 +0200 Subject: [PATCH] Bump version to 3.5.0rc15 --- docs | 2 +- platformio/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs b/docs index 441416c3..8486fccd 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit 441416c3802d961df6e4083990b2e162a1835acb +Subproject commit 8486fccd5043005ce8de7607cc814d6a619959a5 diff --git a/platformio/__init__.py b/platformio/__init__.py index abd54ed5..171302e6 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -14,7 +14,7 @@ import sys -VERSION = (3, 5, "0rc14") +VERSION = (3, 5, "0rc15") __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio"