From 9f4b73d82178e7c0c8a62b5cf5160a4254ad3606 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Tue, 1 Dec 2015 12:04:41 +0200 Subject: [PATCH] Update Arduino core for Espressif platform to 2.0.0 // Resolve #345 --- HISTORY.rst | 4 +++- platformio/__init__.py | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 46545814..681efde6 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,12 +4,14 @@ Release History PlatformIO 2.0 -------------- -2.3.6 (2015-??-??) +2.4.0 (2015-??-??) ~~~~~~~~~~~~~~~~~~ * Added support for the new boards: Atmel ATSAMR21-XPRO, Atmel SAML21-XPRO-B, Atmel SAMD21-XPRO, ST 32F469IDISCOVERY, ST 32L476GDISCOVERY, ST Nucleo F031K6, ST Nucleo F042K6, ST Nucleo F303K8 and ST Nucleo L476RG +* Updated Arduino core for Espressif platform to 2.0.0 + (`issue #345 `_) * Added to FAQ explanation of `Can not compile a library that compiles without issue with Arduino IDE `_ (`issue #331 `_) diff --git a/platformio/__init__.py b/platformio/__init__.py index d2792d6a..ec5077f2 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 = (2, 3, "6.dev3") +VERSION = (2, 4, "b1") __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio"