Version bump to 3.4.1 (issues #891, #982, #993, #1000, #1001, #1003 )

This commit is contained in:
Ivan Kravets
2017-08-02 16:51:19 +03:00
parent f0f1d0a61a
commit e959710d6d
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ Release Notes
PlatformIO 3.0
--------------
3.4.1 (2017-??-??)
3.4.1 (2017-08-02)
~~~~~~~~~~~~~~~~~~
* Pre/Post extra scripting for advanced control of PIO Build System

View File

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