diff options
author | Daniel G. Taylor <danielgtaylor@gmail.com> | 2014-07-30 15:29:33 -0700 |
---|---|---|
committer | Daniel G. Taylor <danielgtaylor@gmail.com> | 2014-07-30 15:29:33 -0700 |
commit | 952ce6f9c578a95ce02b16f48637d97f28ab1c66 (patch) | |
tree | f19b8f1e893f2dfc08e0794811eb701214cc62c5 /boto/__init__.py | |
parent | 10bf135d0d17b8cb669fc282b306d6566971e0b6 (diff) | |
download | boto-952ce6f9c578a95ce02b16f48637d97f28ab1c66.tar.gz |
Version bump to 2.32.0
Diffstat (limited to 'boto/__init__.py')
-rw-r--r-- | boto/__init__.py | 2 |
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 |