Skip to content

Commit 6f8b9d7

Browse files
committed
Bump version to 3.6.3
1 parent d8cbe99 commit 6f8b9d7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

HISTORY.rst

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

7-
3.6.3 (2018-12-??)
7+
3.6.3 (2018-12-12)
88
~~~~~~~~~~~~~~~~~~
99

1010
* Ignore *.asm and *.ASM files when building Arduino-based library (compatibility with Arduino builder)

docs

Submodule docs updated from 3161e11 to c0dc835

platformio/__init__.py

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

1515
import sys
1616

17-
VERSION = (3, 6, "3b2")
17+
VERSION = (3, 6, 3)
1818
__version__ = ".".join([str(s) for s in VERSION])
1919

2020
__title__ = "platformio"

0 commit comments

Comments
 (0)