From 51d2f7177dea9c0099304aa74f0ad611038e95b9 Mon Sep 17 00:00:00 2001 From: Mahmoud Hashemi Date: Tue, 19 Jul 2016 00:44:34 -0700 Subject: [PATCH] bump docs version --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 4197d58..2de2c12 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -100,8 +100,8 @@ project = u'boltons' copyright = u'2015, Mahmoud Hashemi' author = u'Mahmoud Hashemi' -version = '16.3' -release = '16.3.1' +version = '16.5' +release = '16.5.0' if os.name != 'nt': today_fmt = '%B %e, %Y'