summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordonPhillips <phjordon@amazon.com>2017-05-24 14:19:40 -0700
committerJordonPhillips <phjordon@amazon.com>2017-05-24 14:19:40 -0700
commitaf045f93d70fbb4cdac2a8e57d040ce59935d45b (patch)
treec5eff1820fd99af5ecbcf865ad9530871bb2d441
parent8a2117a52e2e871b53e7859ec15701b3068c804b (diff)
downloadboto-2.47.0.tar.gz
Bumped to 2.47.02.47.0
-rw-r--r--README.rst4
-rw-r--r--boto/__init__.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 18b28b29..f9224edb 100644
--- a/README.rst
+++ b/README.rst
@@ -1,9 +1,9 @@
####
boto
####
-boto 2.46.1
+boto 2.47.0
-Released: 20-Feb-2017
+Released: 24-May-2017
.. image:: https://travis-ci.org/boto/boto.svg?branch=develop
:target: https://travis-ci.org/boto/boto
diff --git a/boto/__init__.py b/boto/__init__.py
index 72f8152a..c7479e0d 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.46.1'
+__version__ = '2.47.0'
Version = __version__ # for backware compatibility
# http://bugs.python.org/issue7980