Skip to content

Commit 343bb4e

Browse files
committed
Merge tag 'v1.2.0' into develop
Bump version to 1.2.0
2 parents 0401025 + f8e30a0 commit 343bb4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

get-platformio.py

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

pioinstaller/__init__.py

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

1515
import logging.config
1616

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

2020
__title__ = "platformio-installer"

0 commit comments

Comments
 (0)