Bump version to 5.0.2

This commit is contained in:
Ivan Kravets
2020-10-30 18:10:47 +02:00
parent 344e94d8a1
commit d6df6cbb5d
3 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ PlatformIO Core 5
**A professional collaborative platform for embedded development** **A professional collaborative platform for embedded development**
5.0.2 (2020-09-??) 5.0.2 (2020-10-30)
~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~
- Initialize a new project or update the existing passing working environment name and its options (`issue #3686 <https://github.com/platformio/platformio-core/issues/3686>`_) - Initialize a new project or update the existing passing working environment name and its options (`issue #3686 <https://github.com/platformio/platformio-core/issues/3686>`_)

2
docs

Submodule docs updated: 9a9aa8952f...deae09a880

View File

@ -14,7 +14,7 @@
import sys import sys
VERSION = (5, 0, "2rc2") VERSION = (5, 0, 2)
__version__ = ".".join([str(s) for s in VERSION]) __version__ = ".".join([str(s) for s in VERSION])
__title__ = "platformio" __title__ = "platformio"