Skip to content

Commit 5f852c8

Browse files
committed
Merge tag 'v1.2.2' into develop
Bump version to 1.2.2
2 parents d257653 + 7d1203d commit 5f852c8

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, 2, 1)
17+
VERSION = (1, 2, 2)
1818
__version__ = ".".join([str(s) for s in VERSION])
1919

2020
__title__ = "platformio-installer"

0 commit comments

Comments
 (0)