Skip to content

Commit 3d48f3e

Browse files
committed
Bump version to 6.1.9
1 parent 837ea85 commit 3d48f3e

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.9 (2023-??-??)
18+
6.1.9 (2023-07-06)
1919
~~~~~~~~~~~~~~~~~~
2020

2121
* Rectified a regression bug that occurred when the ``-include`` flag was passed via the `build_flags <https://docs.platformio.org/en/latest/projectconf/sections/env/options/build/build_flags.html>`__ option as a relative path and subsequently expanded (`issue #4683 <https://github.com/platformio/platformio-core/issues/4683>`_)

docs

Submodule docs updated from f74e6ca to f8dbf01

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, "9rc1")
15+
VERSION = (6, 1, 9)
1616
__version__ = ".".join([str(s) for s in VERSION])
1717

1818
__title__ = "platformio"

0 commit comments

Comments
 (0)