Hi Marc,
You seem to have broken the build. ;)
By changing the version from 4.1-dev to 4.1.0-alpha1, one if the tests
fails because it checks the generated default config file with a fixed
string (expected version code is 4.1-dev).
A possible solution is to use the version variable in the test, to
avoid a broken test in the future.
Or to update the expected version in the test as part of the release process.