]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
take two rel_0_2_0
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 27 May 2006 20:33:41 +0000 (20:33 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 27 May 2006 20:33:41 +0000 (20:33 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 4a060815c01662dba9740ae27340f376fc88e9df..66d3529fbd68fe1ddf9c7d025188f4be3ec037e5 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,4 @@
-0.2
+0.2.0
 - overhaul to Engine system so that what was formerly the SQLEngine
 is now a ComposedSQLEngine which consists of a variety of components,
 including a Dialect, ConnectionProvider, etc. This impacted all the