Get SQLAlchemy
Releases
Latest 0.4 Release: 0.4.6 (0.4.6 via Sourceforge) (0.4.6 via Cheeseshop) (CHANGES)
Latest 0.5 Release: 0.5beta1 (0.5beta1 via Sourceforge) (0.5beta1 via Cheeseshop) (migration guide)
(View all releases on Sourceforge)
Note: You may need to install the latest version of setuptools in order to install SQLAlchemy. While SQLAlchemy includes the easy install bootloader to automatically install Setuptools, it apparently cannot download any version of Setuptools that is newer than the script itself (sort of defeats the purpose of an auto-installer...).
0.5 Development
The latest changelog in trunk is at CHANGES, or for more detail see the timeline.
A document in progress describing the 0.5 release is in 05Migration.
The latest development version is available via SVN checkout:
svn checkout http://svn.sqlalchemy.org/sqlalchemy/trunk sqlalchemy
0.4 Maintenance Branch
The 0.4 Series is now in a maintenance branch.
SVN branch:
svn checkout http://svn.sqlalchemy.org/sqlalchemy/branches/rel_0_4 sqlalchemy
Changelog for the 0.4 series: CHANGES
Documentation on what changed from 0.3 to 0.4 is at: WhatsNewIn04.
0.3 Maintenance Branch
The 0.3 Series is now in a maintenance branch.
Download 0.3.11 from sourceforge or cheeseshop.
SVN branch:
svn checkout http://svn.sqlalchemy.org/sqlalchemy/branches/rel_0_3 sqlalchemy
Changelog for the 0.3 series: CHANGES
License
SQLAlchemy is covered by the MIT License.

