Version bump to 2.10.0 (issues #683, #687, #688, #689, #691)

This commit is contained in:
Ivan Kravets
2016-06-13 19:49:37 +03:00
parent 768ac77ea2
commit 14f582faeb
2 changed files with 3 additions and 3 deletions

View File

@ -4,8 +4,8 @@ Release Notes
PlatformIO 2.0
--------------
2.9.5 (2016-06-??)
~~~~~~~~~~~~~~~~~~
2.10.0 (2016-06-13)
~~~~~~~~~~~~~~~~~~~
* Added support for `emonPi <https://github.com/openenergymonitor/emonpi>`__,
the OpenEnergyMonitor system

View File

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