Skip to content

Commit 367e4d6

Browse files
committed
Bump version to 3.6.4
1 parent 28bca48 commit 367e4d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

HISTORY.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Release Notes
44
PlatformIO 3.0
55
--------------
66

7-
3.6.4 (2018-??-??)
7+
3.6.4 (2019-01-23)
88
~~~~~~~~~~~~~~~~~~
99

1010
* Improved Project Generator for IDEs:

platformio/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
import sys
1616

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

2020
__title__ = "platformio"

0 commit comments

Comments
 (0)