Skip to content

Commit

Permalink
Bump version to 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Feb 17, 2020
1 parent 9f7c827 commit 82f36a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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>`_)
Expand Down
2 changes: 1 addition & 1 deletion platformio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 82f36a1

Please sign in to comment.