From 42020e24980663a2ff6aa7ae252569ab0ccd44d1 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Thu, 13 Feb 2020 13:35:38 +0200 Subject: [PATCH] Bump version to 4.2.1a1 --- docs | 2 +- platformio/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs b/docs index 7fffc785..6dd2fec1 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit 7fffc7853ec1d2bdd3dd68cab015e0360d4b0afd +Subproject commit 6dd2fec1141b104dc4867b746d9335263cdf209e diff --git a/platformio/__init__.py b/platformio/__init__.py index 208873da..ef86e1f2 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, 2, 0) +VERSION = (4, 2, "1a1") __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio"