forked from platformio/platformio-core
Bump version to 3.4.0b4
This commit is contained in:
@ -41,8 +41,7 @@ PlatformIO
|
|||||||
:target: http://platformio.org
|
:target: http://platformio.org
|
||||||
|
|
||||||
`PlatformIO <http://platformio.org>`_ is an open source ecosystem for IoT
|
`PlatformIO <http://platformio.org>`_ is an open source ecosystem for IoT
|
||||||
development. Cross-platform build system, unified debugger and library manager.
|
development. Cross-platform IDE and unified debugger. Remote unit testing and firmware updates.
|
||||||
Continuous and IDE integration. Arduino, ESP8266 and ARM mbed compatible
|
|
||||||
|
|
||||||
* **PlatformIO IDE** - The next-generation integrated development environment for IoT.
|
* **PlatformIO IDE** - The next-generation integrated development environment for IoT.
|
||||||
C/C++ Intelligent Code Completion and Smart Code Linter for the super-fast coding.
|
C/C++ Intelligent Code Completion and Smart Code Linter for the super-fast coding.
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
VERSION = (3, 4, "0b3")
|
VERSION = (3, 4, "0b4")
|
||||||
__version__ = ".".join([str(s) for s in VERSION])
|
__version__ = ".".join([str(s) for s in VERSION])
|
||||||
|
|
||||||
__title__ = "platformio"
|
__title__ = "platformio"
|
||||||
|
Reference in New Issue
Block a user