From 8f500ce75fea1ba1446195b26dddbe90b52223d8 Mon Sep 17 00:00:00 2001 From: kyleknap Date: Wed, 8 Oct 2014 12:38:57 -0700 Subject: Bumped to 2.33.0 --- README.rst | 4 ++-- boto/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index c7de6205..6ec7300c 100644 --- a/README.rst +++ b/README.rst @@ -1,9 +1,9 @@ #### boto #### -boto 2.32.1 +boto 2.33.0 -Released: 04-Aug-2014 +Released: 08-Oct-2014 .. 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 1737f45c..cfcdcd67 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.32.1' +__version__ = '2.33.0' Version = __version__ # for backware compatibility # http://bugs.python.org/issue7980 -- cgit v1.2.1