From: Mike Bayer Date: Sat, 27 May 2006 20:33:22 +0000 (+0000) Subject: 0.2 prep X-Git-Tag: rel_0_2_0~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37e97276b032c94ad3c32f09e66eb403836ca588;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git 0.2 prep --- diff --git a/CHANGES b/CHANGES index f91a1eb8f0..4a060815c0 100644 --- a/CHANGES +++ b/CHANGES @@ -49,6 +49,9 @@ unit tests - 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 diff --git a/setup.py b/setup.py index 1797dd3df6..20f6f05581 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ use_setuptools() 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",