summaryrefslogtreecommitdiff
path: root/boto/__init__.py
diff options
context:
space:
mode:
authorDaniel G. Taylor <danielgtaylor@gmail.com>2014-07-30 15:29:33 -0700
committerDaniel G. Taylor <danielgtaylor@gmail.com>2014-07-30 15:29:33 -0700
commit952ce6f9c578a95ce02b16f48637d97f28ab1c66 (patch)
treef19b8f1e893f2dfc08e0794811eb701214cc62c5 /boto/__init__.py
parent10bf135d0d17b8cb669fc282b306d6566971e0b6 (diff)
downloadboto-952ce6f9c578a95ce02b16f48637d97f28ab1c66.tar.gz
Version bump to 2.32.0
Diffstat (limited to 'boto/__init__.py')
-rw-r--r--boto/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/boto/__init__.py b/boto/__init__.py
index 6f21f49c..5b142e97 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.31.1'
+__version__ = '2.32.0'
Version = __version__ # for backware compatibility
# http://bugs.python.org/issue7980