diff --git a/docs/conf.py b/docs/conf.py index 1ec26a5d..76824e39 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-2020, The 'I hate money' team" -version = "1.0" -release = "1.0" +version = "4.2" +release = "4.2" exclude_patterns = ["_build"] pygments_style = "sphinx"