]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
bump.
authorJason Kirtland <jek@discorporate.us>
Sat, 5 Jan 2008 18:42:46 +0000 (18:42 +0000)
committerJason Kirtland <jek@discorporate.us>
Sat, 5 Jan 2008 18:42:46 +0000 (18:42 +0000)
CHANGES
VERSION

diff --git a/CHANGES b/CHANGES
index e81ff66967b0dff37eaf8c6a9d410800b1ba2c96..ea84b24c093c04974c089fd5ba315d455eb7b8e8 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,15 +1,22 @@
 =======
 CHANGES
 =======
+
+0.4.2b
+------
+
+
+
 0.4.2a
------
+------
+
 - orm
     - fixed fairly critical bug whereby the same instance could be listed
       more than once in the unitofwork.new collection; most typically
       reproduced when using a combination of inheriting mappers and 
       ScopedSession.mapper, as the multiple __init__ calls per instance
       could save() the object with distinct _state objects
-      
+
     - added very rudimentary yielding iterator behavior to Query.  Call
       query.yield_per(<number of rows>) and evaluate the Query in an 
       iterative context; every collection of N rows will be packaged up
diff --git a/VERSION b/VERSION
index 61f859e21287bf264798e517ff61d69de95cdaaf..cf801649ff3a8c842671bd8f5d0a2e9600de7de9 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.4.2a
+0.4.2b