Bump version to 3.6.5a1

This commit is contained in:
Ivan Kravets
2019-01-23 21:08:39 +02:00
parent 4504080027
commit 639c086728
2 changed files with 4 additions and 1 deletions

View File

@ -4,6 +4,9 @@ Release Notes
PlatformIO 3.0
--------------
3.6.5 (2019-??-??)
~~~~~~~~~~~~~~~~~~
3.6.4 (2019-01-23)
~~~~~~~~~~~~~~~~~~

View File

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