Bump version to 3.4.0b4

This commit is contained in:
Ivan Kravets
2017-05-26 01:25:46 +03:00
parent 5d87fc3461
commit 548d0692ba
2 changed files with 2 additions and 3 deletions

View File

@ -41,8 +41,7 @@ PlatformIO
:target: http://platformio.org
`PlatformIO <http://platformio.org>`_ is an open source ecosystem for IoT
development. Cross-platform build system, unified debugger and library manager.
Continuous and IDE integration. Arduino, ESP8266 and ARM mbed compatible
development. Cross-platform IDE and unified debugger. Remote unit testing and firmware updates.
* **PlatformIO IDE** - The next-generation integrated development environment for IoT.
C/C++ Intelligent Code Completion and Smart Code Linter for the super-fast coding.

View File

@ -14,7 +14,7 @@
import sys
VERSION = (3, 4, "0b3")
VERSION = (3, 4, "0b4")
__version__ = ".".join([str(s) for s in VERSION])
__title__ = "platformio"