Update verison (#1552)

* Update verison

* Fix test to account for single-digit months
This commit is contained in:
Jeff Glass
2023-06-21 06:23:26 -05:00
committed by GitHub
parent 848d77b1c2
commit 7765a629c7
2 changed files with 2 additions and 2 deletions

View File

@@ -293,7 +293,7 @@ class TestBasic(PyScriptTest):
)
assert (
re.match(
r"version_info\(year=\d{4}, month=\d{2}, "
r"version_info\(year=\d{4}, month=\d{1,2}, "
r"minor=\d+, releaselevel='([a-zA-Z0-9]+)?'\)",
self.console.log.lines[-1],
)