- tutorial page added to docs which also can be run with a custom doctest
runner to insure its properly working. docs generally overhauled to
deal with new code patterns
+- many more fixes, refactorings.
+- migration guide is available on the Wiki at
+http://www.sqlalchemy.org/trac/wiki/02Migration
0.1.7
- some fixes to topological sort algorithm
from setuptools import setup, find_packages
setup(name = "SQLAlchemy",
- version = "0.2.0alpha",
+ version = "0.2.0",
description = "Database Abstraction Library",
author = "Mike Bayer",
author_email = "mike_mp@zzzcomputing.com",