-------------------
- Added ModelSchema().upgrade_spatialite_version (and the same argument to .upgrade) to
upgrade the spatialite version from 3 to 4/5.
- Run unittests on spatialite 3 and 4.
- Improved performance of upgrading an empty database.
- Remove all NOT NULL, unique, and foreign key constraints in the spatialite.
- Fixed upgrade with backup=True on Windows.
- Added continuous integration on MacOS and Windows.