From f32dbeeb6d505820a95953aa1dd4724265cd97a6 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Wed, 6 May 2020 12:30:41 +0300 Subject: [PATCH] Bump version to 4.3.4a2 --- docs | 2 +- platformio/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs b/docs index d910093e..2fd23581 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit d910093eded0f01cdf0421488bf8b108e84f2f1e +Subproject commit 2fd2358162db56ddbc344f0a874953ac96ea441f diff --git a/platformio/__init__.py b/platformio/__init__.py index b4381155..6fe0066d 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, 3, "4a1") +VERSION = (4, 3, "4a2") __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio"