Skip to content

Commit 4fdc9fa

Browse files
committed
bump: version 1.17.0a2 → 2.0.0a0
1 parent 2ce740f commit 4fdc9fa

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.0a2"
3+
version = "2.0.0a0"
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
@@ -29,12 +29,12 @@ dynamic = ["version", "description"]
2929
requires-python = ">=3.10"
3030

3131
dependencies = [
32-
"pytest-embedded~=1.17.0a2",
32+
"pytest-embedded~=2.0.0a0",
3333
]
3434

3535
[project.optional-dependencies]
3636
serial = [
37-
"pytest-embedded-serial-esp~=1.17.0a2"
37+
"pytest-embedded-serial-esp~=2.0.0a0"
3838
]
3939

4040
[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.0a2'
22+
__version__ = '2.0.0a0'

pytest-embedded-idf/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ dynamic = ["version", "description"]
2828
requires-python = ">=3.10"
2929

3030
dependencies = [
31-
"pytest-embedded~=1.17.0a2",
31+
"pytest-embedded~=2.0.0a0",
3232
"esp-idf-panic-decoder",
3333
"esp-bool-parser>=0.1.2,<1"
3434
]
3535

3636
[project.optional-dependencies]
3737
serial = [
38-
"pytest-embedded-serial-esp~=1.17.0a2",
38+
"pytest-embedded-serial-esp~=2.0.0a0",
3939
"esp-coredump~=1.0",
4040
]
4141

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.0a2'
36+
__version__ = '2.0.0a0'

pytest-embedded-jtag/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dynamic = ["version", "description"]
2828
requires-python = ">=3.10"
2929

3030
dependencies = [
31-
"pytest-embedded-serial~=1.17.0a2",
31+
"pytest-embedded-serial~=2.0.0a0",
3232
]
3333

3434
[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.0a2'
13+
__version__ = '2.0.0a0'

pytest-embedded-nuttx/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ dynamic = ["version", "description"]
2929
requires-python = ">=3.10"
3030

3131
dependencies = [
32-
"pytest-embedded-serial~=1.17.0a2",
32+
"pytest-embedded-serial~=2.0.0a0",
3333
]
3434

3535
[project.optional-dependencies]
3636
esp = [
37-
"pytest-embedded-serial-esp~=1.17.0a2",
37+
"pytest-embedded-serial-esp~=2.0.0a0",
3838
]
3939
qemu = [
40-
"pytest-embedded-qemu~=1.17.0a2",
40+
"pytest-embedded-qemu~=2.0.0a0",
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
@@ -23,4 +23,4 @@
2323

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

26-
__version__ = '1.17.0a2'
26+
__version__ = '2.0.0a0'

pytest-embedded-qemu/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ dynamic = ["version", "description"]
2828
requires-python = ">=3.10"
2929

3030
dependencies = [
31-
"pytest-embedded~=1.17.0a2",
31+
"pytest-embedded~=2.0.0a0",
3232
"qemu.qmp==0.0.3"
3333
]
3434

3535
[project.optional-dependencies]
3636
idf = [
37-
"pytest-embedded-idf~=1.17.0a2",
37+
"pytest-embedded-idf~=2.0.0a0",
3838
]
3939

4040
[project.urls]

0 commit comments

Comments
 (0)