forked from platformio/platformio-core
Merge tag 'v4.2.1' into develop
Bump version to 4.2.1
This commit is contained in:
@ -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
2
docs
Submodule docs updated: ecc392b0bd...4b50528d78
@ -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"
|
||||
|
Reference in New Issue
Block a user