We are proud to release version 0.4.0 of SQLAlchemy Migrate to the
public now. The version number was choosen to emphasize SQLAlchemy 0.4
compatibility.
Thanks to a great patch by Christian Simms we got SQLAlchemy Migrate
working with SQLAlchemy 0.4. The patch didn't break the compatibility
with SQLAlchemy >= 0.3.10 so everybody using a version of SQLAlchemy
later than that one together with SQLAlchemy Migrate is encouraged to
upgrade.
All unit tests are working with all supported databases now (MySQL,
PostgreSQL, SQLite and Oracle). Christian provided information on how
to get it working with Oracle XE too. The information is available at
the project's wiki.
Please visit the project page at
http://code.google.com/p/sqlalchemy-migrate
or download the new version at
http://sqlalchemy-migrate.googlecode.com/files/sqlalchemy-migrate-0.4.0.tar.gz
Please report any issues or feature requests to our issue tracker.
Jan Dittberner