From dde5274fb167b0db785a68846a53dd939342d51a Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 15 Jan 2018 09:20:52 -0500 Subject: [PATCH] - add missing 2018 update to conf.py Change-Id: Ie2d4ff9486375867ed6958b82cd2595bae43746d (cherry picked from commit c3fe4b585bb6e3d238dc3283030f1f0c011cdc8d) --- doc/build/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2