Merge tag 'v4.2.1' into develop

Bump version to 4.2.1
This commit is contained in:
Ivan Kravets
2020-02-17 14:25:27 +02:00
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ Release Notes
PlatformIO Core 4
-----------------
4.2.1 (2020-02-??)
4.2.1 (2020-02-17)
~~~~~~~~~~~~~~~~~~
* Improved VSCode template with special ``forceInclude`` field for direct includes via ``-include`` flag (`issue #3379 <https://github.com/platformio/platformio-core/issues/3379>`_)

2
docs

Submodule docs updated: ecc392b0bd...4b50528d78

View File

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