Version bump to 1.10.0

This commit is contained in:
Alexandre Paillier
2022-10-14 17:40:14 +02:00
parent 75b2b7b850
commit d2659ed332
3 changed files with 9 additions and 7 deletions

View File

@@ -1,10 +1,10 @@
def test_configuration(cmd):
if cmd.model == "nanos":
assert cmd.get_configuration() == (14, 1, 9, 20)
assert cmd.get_configuration() == (14, 1, 10, 0)
if cmd.model == "nanox":
assert cmd.get_configuration() == (14, 1, 9, 20)
assert cmd.get_configuration() == (14, 1, 10, 0)
if cmd.model == "nanosp":
assert cmd.get_configuration() == (14, 1, 9, 20)
assert cmd.get_configuration() == (14, 1, 10, 0)