Skip to content

Commit f4dba7a

Browse files
committed
Bump version to 5.0.3
1 parent 2817408 commit f4dba7a

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
@@ -8,7 +8,7 @@ PlatformIO Core 5
88

99
**A professional collaborative platform for embedded development**
1010

11-
5.0.3 (2020-??-??)
11+
5.0.3 (2020-11-12)
1212
~~~~~~~~~~~~~~~~~~
1313

1414
- Added an error selector for `Sublime Text <https://docs.platformio.org/page/integration/ide/sublimetext.html>`__ build runner (`issue #3733 <https://github.com/platformio/platformio-core/issues/3733>`_)

docs

platformio/__init__.py

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

1515
import sys
1616

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

2020
__title__ = "platformio"

0 commit comments

Comments
 (0)