From c0db283ac7e02723499b55ed7675252958e7b431 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Thu, 14 Feb 2019 21:21:45 +0000 Subject: [PATCH] docs: update copyright year. --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 3708a943..a6bc2cbc 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -6,7 +6,7 @@ import mitogen VERSION = '%s.%s.%s' % mitogen.__version__ author = u'David Wilson' -copyright = u'2018, David Wilson' +copyright = u'2019, David Wilson' exclude_patterns = ['_build'] extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx', 'sphinxcontrib.programoutput'] html_show_sourcelink = False