From b80c525952458f2865ef08e21833cb4253a8cd50 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Sun, 28 Jun 2015 20:38:37 +0300 Subject: [PATCH] Improve docs for env's "target" option --- docs/projectconf.rst | 22 ++++++++++++++++++---- platformio/__init__.py | 2 +- 2 files changed, 19 insertions(+), 5 deletions(-) diff --git a/docs/projectconf.rst b/docs/projectconf.rst index d87fa377..66c8cd0c 100644 --- a/docs/projectconf.rst +++ b/docs/projectconf.rst @@ -432,11 +432,25 @@ See built-in examples of `PlatformIO build scripts # See LICENSE for details. -VERSION = (2, 2, "0.dev5") +VERSION = (2, 2, "0.dev6") __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio"