From cf2fa37e56cac5838fd8084a3b7c99a4e68818fa Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Sat, 13 Jun 2020 13:18:54 +0300 Subject: [PATCH] Bump version to 4.4.0a3 --- docs | 2 +- platformio/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs b/docs index 2178afaf..3bdbfb58 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit 2178afaf333874a1f6d3dff4b45d0613517049b5 +Subproject commit 3bdbfb58e293ad0e2149fc1e83ad4abba8b7aad9 diff --git a/platformio/__init__.py b/platformio/__init__.py index d373bbad..a88d3fbc 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, 4, "0a2") +VERSION = (4, 4, "0a3") __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio"