From 76b86a905bf37202fdf7c7e499828df425dc48e8 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Fri, 7 Jan 2011 20:48:23 -0500 Subject: [PATCH] 2011 --- doc/build/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/build/conf.py b/doc/build/conf.py index 43c787824a..14820b53fb 100644 --- a/doc/build/conf.py +++ b/doc/build/conf.py @@ -53,7 +53,7 @@ master_doc = 'index' # General information about the project. project = u'SQLAlchemy' -copyright = u'2007-2010, the SQLAlchemy authors and contributors' +copyright = u'2007-2011, the SQLAlchemy authors and contributors' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -248,7 +248,7 @@ man_pages = [ epub_title = u'SQLAlchemy' epub_author = u'SQLAlchemy authors' epub_publisher = u'SQLAlchemy authors' -epub_copyright = u'2010, SQLAlchemy authors' +epub_copyright = u'2011, SQLAlchemy authors' # The language of the text. It defaults to the language option # or en if the language is not set. -- 2.47.2