diff options
| author | Rapptz <[email protected]> | 2021-01-07 23:08:02 -0500 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2021-01-07 23:57:15 -0500 |
| commit | 7c149312f0f6f2d03af11d4be64c88bc49eefead (patch) | |
| tree | 0507123ff6afb6b54e85c91342b1f520a4ab3b48 /docs | |
| parent | Dispatch user updates if the global cache gets stale in update events (diff) | |
| download | discord.py-7c149312f0f6f2d03af11d4be64c88bc49eefead.tar.xz discord.py-7c149312f0f6f2d03af11d4be64c88bc49eefead.zip | |
Update copyright year in the documentation
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index d42dc2a7..774cb9a6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -77,7 +77,7 @@ master_doc = 'index' # General information about the project. project = u'discord.py' -copyright = u'2015-2020, Rapptz' +copyright = u'2015-2021, Rapptz' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the |