Handle upload_flags option in platformio.ini // Resolve #368

This commit is contained in:
Ivan Kravets
2015-12-11 15:17:38 +02:00
parent e69bc34678
commit 9cc9912ef2
3 changed files with 12 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
VERSION = (2, 5, 0)
VERSION = (2, 5, "1.dev0")
__version__ = ".".join([str(s) for s in VERSION])
__title__ = "platformio"