Merge tag 'v4.0.0' into develop

Bump version to 4.0.0
This commit is contained in:
Ivan Kravets
2019-07-10 16:22:53 +03:00
3 changed files with 5 additions and 5 deletions

View File

@ -6,15 +6,15 @@ Release Notes
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>`__.
* `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>`__
- Open source `PIO Unit Testing <http://docs.platformio.org/page/plus/unit-testing.html>`__
- Built-in `PIO Unified Debugger <http://docs.platformio.org/page/plus/debugging.html>`__
- Built-in `PIO Unit Testing <http://docs.platformio.org/page/plus/unit-testing.html>`__
* **Project Configuration**

2
docs

Submodule docs updated: e4c3ba241e...ae7deefa58

View File

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