]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
tweak
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 14 Feb 2006 00:42:34 +0000 (00:42 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 14 Feb 2006 00:42:34 +0000 (00:42 +0000)
doc/build/content/docstrings.myt
doc/build/content/document_base.myt

index 4dd5aa98268e6b5ef80c6b32ebbcc8cacb8f8228..8d0d3b6b330fbe3f088f5b7a08dc44e5d286d875 100644 (file)
@@ -15,5 +15,5 @@
 <& pydoc.myt:obj_doc, obj=sql, classes=[sql.Compiled, sql.ClauseElement, sql.TableImpl, sql.ColumnImpl] &>
 <& pydoc.myt:obj_doc, obj=pool, classes=[pool.DBProxy, pool.Pool, pool.QueuePool, pool.SingletonThreadPool] &>
 <& pydoc.myt:obj_doc, obj=mapping &>
-<& pydoc.myt:obj_doc, obj=mapping.objectstore, classes=[mapping.objectstore.UnitOfWork] &>
-</&>
\ No newline at end of file
+<& pydoc.myt:obj_doc, obj=mapping.objectstore, classes=[mapping.objectstore.Session, mapping.objectstore.UnitOfWork] &>
+</&>
index 3e534e05079d0fe5dac8d8b53e8241a42e9f97b4..85c791eb35c6331da26c344fe97db043b37ac27d 100644 (file)
@@ -23,7 +23,7 @@
     onepage='documentation'
     index='index'
     title='SQLAlchemy Documentation'
-    version = '0.91'
+    version = '0.1.0'
 </%attr>
 
 <%method title>