Skip to content

Commit 41fb1ca

Browse files
committed
Bump version to 6.1.7
1 parent bba5bc9 commit 41fb1ca

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

HISTORY.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ PlatformIO Core 6
1515

1616
**A professional collaborative platform for declarative, safety-critical, and test-driven embedded development.**
1717

18-
6.1.7 (2023-??-??)
18+
6.1.7 (2023-05-08)
1919
~~~~~~~~~~~~~~~~~~
2020

2121
* Introduced a new ``--sample-code`` option to the `pio project init <https://docs.platformio.org/en/latest/core/userguide/project/cmd_init.html>`__ command, which allows users to include sample code in the newly created project

docs

platformio/__init__.py

Lines changed: 1 addition & 1 deletion
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, "7rc2")
15+
VERSION = (6, 1, 7)
1616
__version__ = ".".join([str(s) for s in VERSION])
1717

1818
__title__ = "platformio"

0 commit comments

Comments
 (0)