forked from platformio/platformio-core
Bump version to 4.0.0
This commit is contained in:
@ -6,15 +6,15 @@ Release Notes
|
|||||||
PlatformIO 4.0
|
PlatformIO 4.0
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
4.0.0 (2019-??-??)
|
4.0.0 (2019-07-10)
|
||||||
~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
`Migration Guide from 3.0 to 4.0 <http://docs.platformio.org/page/migration.html>`__.
|
`Migration Guide from 3.0 to 4.0 <http://docs.platformio.org/page/migration.html>`__.
|
||||||
|
|
||||||
* `PlatformIO Plus Goes Open Source <https://community.platformio.org/t/platformio-plus-goes-open-source-improving-embedded-development-community-worldwide/8240/4>`__
|
* `PlatformIO Plus Goes Open Source <https://community.platformio.org/t/platformio-plus-goes-open-source-improving-embedded-development-community-worldwide/8240/4>`__
|
||||||
|
|
||||||
- Open source `PIO Unified Debugger <http://docs.platformio.org/page/plus/debugging.html>`__
|
- Built-in `PIO Unified Debugger <http://docs.platformio.org/page/plus/debugging.html>`__
|
||||||
- Open source `PIO Unit Testing <http://docs.platformio.org/page/plus/unit-testing.html>`__
|
- Built-in `PIO Unit Testing <http://docs.platformio.org/page/plus/unit-testing.html>`__
|
||||||
|
|
||||||
* **Project Configuration**
|
* **Project Configuration**
|
||||||
|
|
||||||
|
2
docs
2
docs
Submodule docs updated: e4c3ba241e...ae7deefa58
@ -12,7 +12,7 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
VERSION = (4, 0, "0rc6")
|
VERSION = (4, 0, 0)
|
||||||
__version__ = ".".join([str(s) for s in VERSION])
|
__version__ = ".".join([str(s) for s in VERSION])
|
||||||
|
|
||||||
__title__ = "platformio"
|
__title__ = "platformio"
|
||||||
|
Reference in New Issue
Block a user