From 01e754f0127cf3347f130e717ac1ea2861cbfc62 Mon Sep 17 00:00:00 2001 From: Mahmoud Hashemi Date: Sun, 10 Feb 2019 23:03:57 -0800 Subject: [PATCH] bump docs version to 19.0.0 --- docs/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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'