Skip to content

Commit

Permalink
Bump version to 3.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Mar 7, 2019
1 parent 736a140 commit b562541
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Release Notes
PlatformIO 3.0
--------------

3.6.5 (2019-??-??)
3.6.5 (2019-03-07)
~~~~~~~~~~~~~~~~~~

* Project Generator: added new targets for CLion IDE "BUILD_VERBOSE" and "MONITOR" (serial port monitor)
Expand Down
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 = (3, 6, "5a1")
VERSION = (3, 6, 5)
__version__ = ".".join([str(s) for s in VERSION])

__title__ = "platformio"
Expand Down

0 comments on commit b562541

Please sign in to comment.