Version bump to 2.6.1 (issues #377, #378, #379, #380, #381, #383, #384, #387)

This commit is contained in:
Ivan Kravets
2015-12-18 20:30:30 +02:00
parent 7119bb9084
commit ee87b55947
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ Release History
PlatformIO 2.0
--------------
2.6.1 (2015-12-??)
2.6.1 (2015-12-18)
~~~~~~~~~~~~~~~~~~
* Added support for the new ESP8266-based boards (SparkFun ESP8266 Thing,

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
VERSION = (2, 6, "1.dev3")
VERSION = (2, 6, 1)
__version__ = ".".join([str(s) for s in VERSION])
__title__ = "platformio"