diff options
author | Daniel G. Taylor <danielgtaylor@gmail.com> | 2014-07-09 16:46:11 -0700 |
---|---|---|
committer | Daniel G. Taylor <danielgtaylor@gmail.com> | 2014-07-09 16:46:11 -0700 |
commit | a92cff7a1328d8164c5a2ca61ec058930311bd70 (patch) | |
tree | df2f7c73c97e307d745d1290af23a73584f49d5a /boto/__init__.py | |
parent | 125c94d379b8a34a8daa02152fae113890644f95 (diff) | |
download | boto-a92cff7a1328d8164c5a2ca61ec058930311bd70.tar.gz |
Bump version and docs for 2.31.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 00a6508b..bd16911e 100644 --- a/boto/__init__.py +++ b/boto/__init__.py @@ -37,7 +37,7 @@ import logging.config import urlparse from boto.exception import InvalidUriError -__version__ = '2.30.0' +__version__ = '2.31.0' Version = __version__ # for backware compatibility # http://bugs.python.org/issue7980 |