]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
0.2 prep
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 27 May 2006 20:33:22 +0000 (20:33 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 27 May 2006 20:33:22 +0000 (20:33 +0000)
CHANGES
setup.py

diff --git a/CHANGES b/CHANGES
index f91a1eb8f00f1d122e27eb6e736ea829dafb1151..4a060815c01662dba9740ae27340f376fc88e9df 100644 (file)
--- 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
index 1797dd3df632bf66ba3482eeb0b47158bd9aae04..20f6f055816a89b67864d298bd94ce35d06a5db8 100644 (file)
--- 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",