Skip to content

Commit 9b86fdc

Browse files
committed
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)
1 parent 4e2e8b9 commit 9b86fdc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

HISTORY.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Release Notes
44
PlatformIO 2.0
55
--------------
66

7-
2.9.0 (2016-04-??)
7+
2.9.0 (2016-04-28)
88
~~~~~~~~~~~~~~~~~~
99

1010
* Project generator for `CodeBlocks IDE <http://docs.platformio.org/en/latest/ide/codeblocks.html>`__

platformio/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
import sys
1616

17-
VERSION = (2, 9, "0.dev2")
17+
VERSION = (2, 9, 0)
1818
__version__ = ".".join([str(s) for s in VERSION])
1919

2020
__title__ = "platformio"

0 commit comments

Comments
 (0)