Version bump to 2.9.0 (issues #438, #472, #480, #535, #559, #576, #585, #590, #596, #598, #599, #600, #601, #602, #604, #609, #610, #613, #616, #618, #626, #627, #631, #632, #633, #635, #636, #637)

This commit is contained in:
Ivan Kravets
2016-04-28 18:23:50 +03:00
parent 4e2e8b9f07
commit 9b86fdcfb0
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ Release Notes
PlatformIO 2.0
--------------
2.9.0 (2016-04-??)
2.9.0 (2016-04-28)
~~~~~~~~~~~~~~~~~~
* Project generator for `CodeBlocks IDE <http://docs.platformio.org/en/latest/ide/codeblocks.html>`__

View File

@ -14,7 +14,7 @@
import sys
VERSION = (2, 9, "0.dev2")
VERSION = (2, 9, 0)
__version__ = ".".join([str(s) for s in VERSION])
__title__ = "platformio"