Skip to content

Commit 8b6a4b8

Browse files
committed
Bump version to 6.1.10
1 parent 6e75dc0 commit 8b6a4b8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

HISTORY.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Unlock the true potential of embedded software development with
1717
PlatformIO's collaborative ecosystem, embracing declarative principles,
1818
test-driven methodologies, and modern toolchains for unrivaled success.
1919

20-
6.1.10 (2023-??-??)
20+
6.1.10 (2023-08-11)
2121
~~~~~~~~~~~~~~~~~~~
2222

2323
* Resolved an issue that caused generated projects for `PlatformIO IDE for VSCode <https://docs.platformio.org/en/latest/integration/ide/vscode.html>`__ to break when the ``-iprefix`` compiler flag was used

docs

Submodule docs updated from 43c21e4 to 295991a

platformio/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
VERSION = (6, 1, "10b1")
15+
VERSION = (6, 1, 10)
1616
__version__ = ".".join([str(s) for s in VERSION])
1717

1818
__title__ = "platformio"

0 commit comments

Comments
 (0)