diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2011-01-07 20:48:23 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2011-01-07 20:48:23 -0500 |
| commit | 76b86a905bf37202fdf7c7e499828df425dc48e8 (patch) | |
| tree | 8581d2bf68679b1aabdd98dd1c5027d8df5518bb /doc | |
| parent | 9f3b42cbce9db3592961b375dd14f6701a37f7cf (diff) | |
| download | sqlalchemy-76b86a905bf37202fdf7c7e499828df425dc48e8.tar.gz | |
2011
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/build/conf.py b/doc/build/conf.py index 43c787824..14820b53f 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. |
