diff --git a/HISTORY.rst b/HISTORY.rst index 56da9f0f..3aa710ff 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -15,7 +15,7 @@ PlatformIO Core 6 **A professional collaborative platform for declarative, safety-critical, and test-driven embedded development.** -6.1.7 (2023-??-??) +6.1.7 (2023-05-08) ~~~~~~~~~~~~~~~~~~ * Introduced a new ``--sample-code`` option to the `pio project init `__ command, which allows users to include sample code in the newly created project diff --git a/docs b/docs index 27fe4be7..98609771 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit 27fe4be7e35f890398ebbcc062a33b2e178f52f3 +Subproject commit 98609771ba8f78505adad20e66c6505c262f2650 diff --git a/platformio/__init__.py b/platformio/__init__.py index c5d149a4..7d3c8f8a 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -VERSION = (6, 1, "7rc2") +VERSION = (6, 1, 7) __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio"