From: Mike Bayer Date: Mon, 15 Jan 2018 14:20:52 +0000 (-0500) Subject: - add missing 2018 update to conf.py X-Git-Tag: rel_1_1_16~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dde5274fb167b0db785a68846a53dd939342d51a;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - add missing 2018 update to conf.py Change-Id: Ie2d4ff9486375867ed6958b82cd2595bae43746d (cherry picked from commit c3fe4b585bb6e3d238dc3283030f1f0c011cdc8d) --- diff --git a/doc/build/conf.py b/doc/build/conf.py index 3df273d30f..0931efb9dd 100644 --- a/doc/build/conf.py +++ b/doc/build/conf.py @@ -101,7 +101,7 @@ master_doc = 'contents' # General information about the project. project = u'SQLAlchemy' -copyright = u'2007-2017, the SQLAlchemy authors and contributors' +copyright = u'2007-2018, 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