From: Mike Bayer Date: Mon, 15 May 2006 22:45:04 +0000 (+0000) Subject: title change X-Git-Tag: rel_0_2_0~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c44e2daf54c60cc74258ebba23625926bdb3c693;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git title change --- diff --git a/doc/build/content/document_base.myt b/doc/build/content/document_base.myt index 38d13ec811..9c59cdb35c 100644 --- a/doc/build/content/document_base.myt +++ b/doc/build/content/document_base.myt @@ -23,16 +23,16 @@ wrapper='section_wrapper.myt' onepage='documentation' index='index' - title='SQLAlchemy Documentation' + title='SQLAlchemy 0.1 Documentation' version = '0.1.7' <%method title> % try: # avoid inheritance via attr instead of attributes - <% m.base_component.attr['title'] %> - SQLAlchemy Documentation + <% m.base_component.attr['title'] %> - SQLAlchemy 0.1 Documentation % except KeyError: - SQLAlchemy Documentation + SQLAlchemy 0.1 Documentation %