From af8037991f2182f6a35b0852e2fc412305fe91e7 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 14 Feb 2006 00:42:34 +0000 Subject: [PATCH] tweak --- doc/build/content/docstrings.myt | 4 ++-- doc/build/content/document_base.myt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/build/content/docstrings.myt b/doc/build/content/docstrings.myt index 4dd5aa9826..8d0d3b6b33 100644 --- a/doc/build/content/docstrings.myt +++ b/doc/build/content/docstrings.myt @@ -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] &> + diff --git a/doc/build/content/document_base.myt b/doc/build/content/document_base.myt index 3e534e0507..85c791eb35 100644 --- a/doc/build/content/document_base.myt +++ b/doc/build/content/document_base.myt @@ -23,7 +23,7 @@ onepage='documentation' index='index' title='SQLAlchemy Documentation' - version = '0.91' + version = '0.1.0' <%method title> -- 2.47.2