From 6c5b98861d726fdd5e05702972b14692e73e84f4 Mon Sep 17 00:00:00 2001 From: JordonPhillips Date: Thu, 6 Jul 2017 09:21:59 -0700 Subject: Bumped to 2.48.0 --- README.rst | 2 +- boto/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index f9224edb..604f118c 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ #### boto #### -boto 2.47.0 +boto 2.48.0 Released: 24-May-2017 diff --git a/boto/__init__.py b/boto/__init__.py index c7479e0d..b9c65907 100644 --- a/boto/__init__.py +++ b/boto/__init__.py @@ -38,7 +38,7 @@ import logging.config from boto.compat import urlparse from boto.exception import InvalidUriError -__version__ = '2.47.0' +__version__ = '2.48.0' Version = __version__ # for backware compatibility # http://bugs.python.org/issue7980 -- cgit v1.2.1