From 72e7492a78a3a050df8af0c5a83fd7d4d48186f1 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Tue, 28 Apr 2020 18:06:46 +0300 Subject: [PATCH] Bump version to 4.3.3 --- HISTORY.rst | 2 +- docs | 2 +- platformio/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index d7c8bf40..a2bf6ad8 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -6,7 +6,7 @@ Release Notes PlatformIO Core 4 ----------------- -4.3.3 (2020-??-??) +4.3.3 (2020-04-28) ~~~~~~~~~~~~~~~~~~ * Fixed "UnicodeDecodeError: 'utf-8' codec can't decode byte" when non-Latin chars are used in project path (`issue #3481 `_) diff --git a/docs b/docs index 256c255e..790be9c1 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit 256c255e89dad85af1c9a7177f606bac3c282c6c +Subproject commit 790be9c1994750272d1312b0b4f4b50ba1973071 diff --git a/platformio/__init__.py b/platformio/__init__.py index 2c57b841..78bda530 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, 2) +VERSION = (4, 3, 3) __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio"