Mark "lib_deps" as PIO3; first development "alpha"

This commit is contained in:
Ivan Kravets
2016-08-08 16:06:12 +03:00
parent 655efb1fb6
commit 1efea0bd27
2 changed files with 5 additions and 1 deletions

View File

@ -644,6 +644,10 @@ Library options
``lib_deps``
^^^^^^^^^^^^
.. versionadded:: 3.0
.. seealso::
Please make sure to read :ref:`ldf` guide first.
Specify project dependencies that should be installed automatically to
:ref:`projectconf_pio_libdeps_dir` before an environment process.
Multiple dependencies are allowed (multi-lines).

View File

@ -14,7 +14,7 @@
import sys
VERSION = (3, 0, "0.dev22")
VERSION = (3, 0, "0a1")
__version__ = ".".join([str(s) for s in VERSION])
__title__ = "platformio"