We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e2e8b9 commit 9b86fdcCopy full SHA for 9b86fdc
HISTORY.rst
@@ -4,7 +4,7 @@ Release Notes
4
PlatformIO 2.0
5
--------------
6
7
-2.9.0 (2016-04-??)
+2.9.0 (2016-04-28)
8
~~~~~~~~~~~~~~~~~~
9
10
* Project generator for `CodeBlocks IDE <http://docs.platformio.org/en/latest/ide/codeblocks.html>`__
platformio/__init__.py
@@ -14,7 +14,7 @@
14
15
import sys
16
17
-VERSION = (2, 9, "0.dev2")
+VERSION = (2, 9, 0)
18
__version__ = ".".join([str(s) for s in VERSION])
19
20
__title__ = "platformio"
0 commit comments