Bump version to 5.2.3

This commit is contained in:
Ivan Kravets
2021-11-05 17:31:23 +02:00
parent 7c040ed99f
commit 133fa1495b
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**
5.2.3 (2021-??-??)
5.2.3 (2021-11-05)
~~~~~~~~~~~~~~~~~~
- Automatically synchronize active projects between IDE and `PlatformIO Home <https://docs.platformio.org/en/latest/home/index.html>`__

2
docs

Submodule docs updated: fe44638e2d...fed771ae8d

View File

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