Skip to content

Commit a034cb7

Browse files
committed
bump: version 1.17.0a1 → 1.17.0a2
1 parent b13ed2f commit a034cb7

File tree

18 files changed

+24
-24
lines changed

18 files changed

+24
-24
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.commitizen]
22
name = "cz_conventional_commits"
3-
version = "1.17.0a1"
3+
version = "1.17.0a2"
44
tag_format = "v$version"
55
version_files = [
66
"pytest-embedded/pytest_embedded/__init__.py",

pytest-embedded-arduino/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~=1.17.0a1",
35+
"pytest-embedded~=1.17.0a2",
3636
]
3737

3838
[project.optional-dependencies]
3939
serial = [
40-
"pytest-embedded-serial-esp~=1.17.0a1"
40+
"pytest-embedded-serial-esp~=1.17.0a2"
4141
]
4242

4343
[project.urls]

pytest-embedded-arduino/pytest_embedded_arduino/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
__all__ = ['ArduinoApp', 'ArduinoSerial']
2020

2121

22-
__version__ = '1.17.0a1'
22+
__version__ = '1.17.0a2'

pytest-embedded-idf/pyproject.toml

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

3333
dependencies = [
34-
"pytest-embedded~=1.17.0a1",
34+
"pytest-embedded~=1.17.0a2",
3535
"esp-idf-panic-decoder",
3636
"esp-bool-parser>=0.1.2,<1"
3737
]
3838

3939
[project.optional-dependencies]
4040
serial = [
41-
"pytest-embedded-serial-esp~=1.17.0a1",
41+
"pytest-embedded-serial-esp~=1.17.0a2",
4242
"esp-coredump~=1.0",
4343
]
4444

pytest-embedded-idf/pytest_embedded_idf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@
3333
'UnittestMenuCase',
3434
]
3535

36-
__version__ = '1.17.0a1'
36+
__version__ = '1.17.0a2'

pytest-embedded-jtag/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dynamic = ["version", "description"]
3131
requires-python = ">=3.7"
3232

3333
dependencies = [
34-
"pytest-embedded-serial~=1.17.0a1",
34+
"pytest-embedded-serial~=1.17.0a2",
3535
]
3636

3737
[project.urls]

pytest-embedded-jtag/pytest_embedded_jtag/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
'Telnet',
1111
]
1212

13-
__version__ = '1.17.0a1'
13+
__version__ = '1.17.0a2'

pytest-embedded-nuttx/pyproject.toml

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

3434
dependencies = [
35-
"pytest-embedded-serial~=1.17.0a1",
35+
"pytest-embedded-serial~=1.17.0a2",
3636
]
3737

3838
[project.optional-dependencies]
3939
esp = [
40-
"pytest-embedded-serial-esp~=1.17.0a1",
40+
"pytest-embedded-serial-esp~=1.17.0a2",
4141
]
4242
qemu = [
43-
"pytest-embedded-qemu~=1.17.0a1",
43+
"pytest-embedded-qemu~=1.17.0a2",
4444
]
4545

4646
[project.urls]

pytest-embedded-nuttx/pytest_embedded_nuttx/__init__.py

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

2424
__all__ = ['NuttxApp', 'NuttxDut', 'NuttxEspDut', 'NuttxQemuDut', 'NuttxSerial', 'NuttxSerialDut']
2525

26-
__version__ = '1.17.0a1'
26+
__version__ = '1.17.0a2'

pytest-embedded-qemu/pyproject.toml

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

3333
dependencies = [
34-
"pytest-embedded~=1.17.0a1",
34+
"pytest-embedded~=1.17.0a2",
3535
"qemu.qmp==0.0.3"
3636
]
3737

3838
[project.optional-dependencies]
3939
idf = [
40-
"pytest-embedded-idf~=1.17.0a1",
40+
"pytest-embedded-idf~=1.17.0a2",
4141
]
4242

4343
[project.urls]

0 commit comments

Comments
 (0)