diff --git a/docs/conf.py b/docs/conf.py index 69556677..1e3316be 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -96,11 +96,11 @@ def get_mod_stats(): # General information about the project. project = 'boltons' -copyright = '2023, Mahmoud Hashemi' +copyright = '2024, Mahmoud Hashemi' author = 'Mahmoud Hashemi' -version = '23.1' -release = '23.1.1' +version = '24.0' +release = '24.0.0' if os.name != 'nt': today_fmt = '%B %d, %Y'