Bump version to 3.5.4 (issues #1712, #1705, #1023, #1254, #1658, #1054, #1683, #1343, #1665)

This commit is contained in:
Ivan Kravets
2018-07-03 15:10:39 +03:00
parent 25b562e1c1
commit 7a5af4b180
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ Release Notes
PlatformIO 3.0 PlatformIO 3.0
-------------- --------------
3.5.4 (2018-??-??) 3.5.4 (2018-07-03)
~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~
* Improved removing of default build flags using `build_unflags <http://docs.platformio.org/page/projectconf/section_env_build.html#build-unflags>`__ option * Improved removing of default build flags using `build_unflags <http://docs.platformio.org/page/projectconf/section_env_build.html#build-unflags>`__ option

View File

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