diff options
| author | Rapptz <[email protected]> | 2017-01-20 23:19:19 -0500 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2017-01-20 23:19:19 -0500 |
| commit | ff9f5749e13bef6337f1d844019d051125796505 (patch) | |
| tree | 0fa5fae2d7acd83a2a3fb6bbeb9e2f35228862c7 /docs | |
| parent | Add support for relationships. (diff) | |
| download | discord.py-ff9f5749e13bef6337f1d844019d051125796505.tar.xz discord.py-ff9f5749e13bef6337f1d844019d051125796505.zip | |
Update copyright year to 2017.
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 0d4a84d9..f46aadc9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -67,7 +67,7 @@ master_doc = 'index' # General information about the project. project = u'discord.py' -copyright = u'2015, Rapptz' +copyright = u'2015-2017, 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 |