Skip to content

Commit

Permalink
Version bump to 2.8.4 (issues #494, #501, #503, #506, #518)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Feb 17, 2016
1 parent 5107d76 commit 321640b
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 2.0
--------------

2.8.4 (2016-02-??)
2.8.4 (2016-02-17)
~~~~~~~~~~~~~~~~~~

* Added support for the new ESP8266-based boards (ESPDuino, ESP-WROOM-02,
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 = (2, 8, "4.dev1")
VERSION = (2, 8, 4)
__version__ = ".".join([str(s) for s in VERSION])

__title__ = "platformio"
Expand Down

0 comments on commit 321640b

Please sign in to comment.