From 71b31fa571f7f5c66569c191b72279ce5756879f Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Thu, 25 Jan 2018 23:11:23 +0300 Subject: [PATCH 1/1] Raise copyright years in documentation --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 39bbd2d..ce44655 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -5,7 +5,7 @@ templates_path = ["_templates"] source_suffix = ".rst" master_doc = "index" project = "pyderasn" -copyright = "2017, Sergey Matveev" +copyright = "2017-2018, Sergey Matveev" author = "Sergey Matveev" version = version release = version -- 2.44.0