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"