Skip to content

Commit 8b81166

Browse files
committed
bump: version 1.12.0 for nuttx
1 parent 197b271 commit 8b81166

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ version_files = [
1919
"pytest-embedded-serial-esp/pyproject.toml",
2020
"pytest-embedded-wokwi/pytest_embedded_wokwi/__init__.py",
2121
"pytest-embedded-wokwi/pyproject.toml",
22+
"pytest-embedded-nuttx/pytest_embedded_nuttx/__init__.py",
23+
"pytest-embedded-nuttx/pyproject.toml",
2224
]
2325

2426
[tool.pytest.ini_options]

pytest-embedded-nuttx/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ dynamic = ["version", "description"]
3232
requires-python = ">=3.7"
3333

3434
dependencies = [
35-
"pytest-embedded-serial~=1.11.8",
35+
"pytest-embedded-serial~=1.12.0",
3636
]
3737

3838
[project.optional-dependencies]
3939
esp = [
40-
"pytest-embedded-serial-esp~=1.11.8",
40+
"pytest-embedded-serial-esp~=1.12.0",
4141
]
4242

4343
[project.urls]

pytest-embedded-nuttx/pytest_embedded_nuttx/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020

2121
__all__ = ['NuttxApp', 'NuttxSerial', 'NuttxEspDut', 'NuttxDut']
2222

23-
__version__ = '1.11.8'
23+
__version__ = '1.12.0'

0 commit comments

Comments
 (0)