diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2023-01-03 12:50:29 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2023-01-03 12:50:29 -0500 |
| commit | 4f5970525403c98d46ed1a60f7816bc413a8c523 (patch) | |
| tree | 8c6fb6420b6b269647614272cec25ab43e5faa6d /doc/build/conf.py | |
| parent | 90457077c23a45e505b65224e2ca30704a7e95dd (diff) | |
| download | sqlalchemy-4f5970525403c98d46ed1a60f7816bc413a8c523.tar.gz | |
happy new year 2023
Change-Id: I14db8e9c69a832b0f5dae8036db3c0a70bb49edd
Diffstat (limited to 'doc/build/conf.py')
| -rw-r--r-- | doc/build/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/conf.py b/doc/build/conf.py index 97346f6ff..737026ef2 100644 --- a/doc/build/conf.py +++ b/doc/build/conf.py @@ -204,7 +204,7 @@ master_doc = "contents" # General information about the project. project = u"SQLAlchemy" -copyright = u"2007-2022, the SQLAlchemy authors and contributors" # noqa +copyright = u"2007-2023, the SQLAlchemy authors and contributors" # noqa # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the |
