diff --git a/docs/conf.py b/docs/conf.py index ad9ac97b..5d85b048 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -97,11 +97,11 @@ def get_mod_stats(): # General information about the project. project = u'boltons' -copyright = u'2018, Mahmoud Hashemi' +copyright = u'2019, Mahmoud Hashemi' author = u'Mahmoud Hashemi' -version = '18.0' -release = '18.0.1' +version = '19.0' +release = '19.0.0' if os.name != 'nt': today_fmt = '%B %d, %Y'