diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2020-07-21 12:36:08 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-21 11:36:08 -0500 |
| commit | c3a5e082c5473d82682f02a37c9d58607f718a3b (patch) | |
| tree | 598848927950426ae5e52009f53a363647fca9f0 /docs | |
| parent | 56391ad537829ff981a3008e2d0c03a465e0d44c (diff) | |
| download | cryptography-c3a5e082c5473d82682f02a37c9d58607f718a3b.tar.gz | |
fixed copyright year (#5337)
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 91bdf25f1..87e2b5869 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -71,7 +71,7 @@ master_doc = "index" # General information about the project. project = "Cryptography" -copyright = "2013-2017, Individual Contributors" +copyright = "2013-2020, Individual 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 |
