From 33242a02ce9cf15d7f0fbce7963ba7967ef7b250 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Wed, 13 Sep 2017 17:39:41 +0300 Subject: [PATCH] Bump version to 3.5.0a10 --- docs | 2 +- platformio/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs b/docs index ff0edca6..cfd1df93 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit ff0edca6999974b71da16e8d697ebf4865b299bf +Subproject commit cfd1df9393c51956df64142f7035fafd7e0d3fce diff --git a/platformio/__init__.py b/platformio/__init__.py index cf0ed85b..9ab732f7 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -14,7 +14,7 @@ import sys -VERSION = (3, 5, "0a9") +VERSION = (3, 5, "0a10") __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio"