From 895aa0cb34ee98131ce53f861ac721f56f838fd3 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Tue, 19 Nov 2019 20:01:50 +0200 Subject: [PATCH] Update PlatformIO slogan --- README.rst | 3 ++- docs | 2 +- platformio/__init__.py | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 12672008..56d55328 100644 --- a/README.rst +++ b/README.rst @@ -34,8 +34,9 @@ PlatformIO .. image:: https://raw.githubusercontent.com/platformio/platformio-web/develop/app/images/platformio-ide-laptop.png :target: https://platformio.org?utm_source=github&utm_medium=core -`PlatformIO `_ an open source ecosystem for embedded development +`PlatformIO `_ a new generation ecosystem for embedded development +* Open source, maximum permissive Apache 2.0 license * Cross-platform IDE and Unified Debugger * Static Code Analyzer and Remote Unit Testing * Multi-platform and Multi-architecture Build System diff --git a/docs b/docs index bda7eb68..d8e26d9b 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit bda7eb684061cb933f0bd94ccd65887d7e70a602 +Subproject commit d8e26d9b97d75e1071c518b75f13633b6612b57c diff --git a/platformio/__init__.py b/platformio/__init__.py index 22b21671..71f070fb 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -17,7 +17,7 @@ __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio" __description__ = ( - "An open source ecosystem for embedded development. " + "A new generation ecosystem for embedded development. " "Cross-platform IDE and Unified Debugger. " "Static Code Analyzer and Remote Unit Testing. " "Multi-platform and Multi-architecture Build System. "