diff options
author | ptmcg <ptmcg@austin.rr.com> | 2021-08-01 13:50:22 -0500 |
---|---|---|
committer | ptmcg <ptmcg@austin.rr.com> | 2021-08-01 13:50:22 -0500 |
commit | e5d8d991b0de62b2f86a3a2a682a2e60617819ec (patch) | |
tree | 4bb67f4a63969cf1d957b5b040c378625344ffe6 /docs/conf.py | |
parent | f22dcdc9be6aebf7defc1ef43e39c53921ba7566 (diff) | |
download | pyparsing-git-e5d8d991b0de62b2f86a3a2a682a2e60617819ec.tar.gz |
Update 2020 dates to 2021, fix TravisCI badge in README.rst to use travis-ci.com instead of .org
Diffstat (limited to 'docs/conf.py')
-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 c206139..ce571f9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -21,7 +21,7 @@ from pyparsing import __version__ as pyparsing_version # -- Project information ----------------------------------------------------- project = "PyParsing" -copyright = "2018-2020, Paul T. McGuire" +copyright = "2018-2021, Paul T. McGuire" author = "Paul T. McGuire" # The short X.Y version |