Use re.search instead of re.match in the version extraction of the backwards compatibility tests to make sure that versions can be extracted even if the file name doesn't start with the expected regex.
ENDRELEASENOTES
This is necessary to make the CI pass in AIDASoft/podio#257
BEGINRELEASENOTES
re.search
instead ofre.match
in the version extraction of the backwards compatibility tests to make sure that versions can be extracted even if the file name doesn't start with the expected regex.ENDRELEASENOTES
This is necessary to make the CI pass in AIDASoft/podio#257