This PR adds support for instantiating PyLiquibase with a version as a parameter, and, if the version is compatible, PyLiquibase will use it for executing commands.
If the version passed as a parameter is not in the list of compatible versions, PyLiquibase will use the last stable known version.
This also lets remove the Liquibase files of the repo, because they should be downloaded only when are needed and from the original repo.
This PR adds support for instantiating PyLiquibase with a version as a parameter, and, if the version is compatible, PyLiquibase will use it for executing commands.
If the version passed as a parameter is not in the list of compatible versions, PyLiquibase will use the last stable known version.
This also lets remove the Liquibase files of the repo, because they should be downloaded only when are needed and from the original repo.