From: Mike Bayer Date: Sat, 8 Jan 2011 01:48:23 +0000 (-0500) Subject: 2011 X-Git-Tag: rel_0_7b1~87 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76b86a905bf37202fdf7c7e499828df425dc48e8;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git 2011 --- 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.