Skip to content

Commit

Permalink
Bump version to 5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Oct 30, 2020
1 parent 344e94d commit d6df6cb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PlatformIO Core 5

**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>`_)
Expand Down
2 changes: 1 addition & 1 deletion docs
Submodule docs updated 0 files
2 changes: 1 addition & 1 deletion platformio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

import sys

VERSION = (5, 0, "2rc2")
VERSION = (5, 0, 2)
__version__ = ".".join([str(s) for s in VERSION])

__title__ = "platformio"
Expand Down

0 comments on commit d6df6cb

Please sign in to comment.