diff --git a/HISTORY.rst b/HISTORY.rst index f6681b54..882860c3 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -17,7 +17,7 @@ Unlock the true potential of embedded software development with PlatformIO's collaborative ecosystem, embracing declarative principles, test-driven methodologies, and modern toolchains for unrivaled success. -6.1.10 (2023-??-??) +6.1.10 (2023-08-11) ~~~~~~~~~~~~~~~~~~~ * Resolved an issue that caused generated projects for `PlatformIO IDE for VSCode `__ to break when the ``-iprefix`` compiler flag was used diff --git a/docs b/docs index 43c21e4f..295991a9 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit 43c21e4fa971739c448b4d6b07b00083b3a3aa2f +Subproject commit 295991a9c228ab9b1509fbaf41c30d4df7fec553 diff --git a/platformio/__init__.py b/platformio/__init__.py index 55313ba9..b07d2bdc 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, "10b1") +VERSION = (6, 1, 10) __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio"