diff --git a/docs/conf.py b/docs/conf.py index 1ec26a5d..8f94cf70 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -3,9 +3,9 @@ source_suffix = ".rst" master_doc = "index" project = "I hate money" -copyright = "2011, The 'I hate money' team" +copyright = "2011-2021, The 'I hate money' team" -version = "1.0" -release = "1.0" +version = "5.0" +release = "5.0" exclude_patterns = ["_build"] pygments_style = "sphinx"