From edf5705e32bbbe127b29392096a8a8161fac2ec3 Mon Sep 17 00:00:00 2001 From: Mahmoud Hashemi Date: Sat, 5 Nov 2016 23:55:55 -0700 Subject: [PATCH] bump version for 16.5.1 release --- docs/conf.py | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 2de2c129..e56244cc 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'2015, Mahmoud Hashemi' +copyright = u'2016, Mahmoud Hashemi' author = u'Mahmoud Hashemi' version = '16.5' -release = '16.5.0' +release = '16.5.1' if os.name != 'nt': today_fmt = '%B %e, %Y' diff --git a/setup.py b/setup.py index 0e8f28d3..d29f4f3e 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ __author__ = 'Mahmoud Hashemi' -__version__ = '16.5.1dev' +__version__ = '16.5.1' __contact__ = 'mahmoudrhashemi@gmail.com' __url__ = 'https://github.com/mahmoud/boltons' __license__ = 'BSD'