diff options
author | Daniel G. Taylor <danielgtaylor@gmail.com> | 2013-10-17 20:06:50 -0700 |
---|---|---|
committer | Daniel G. Taylor <danielgtaylor@gmail.com> | 2013-10-17 20:06:50 -0700 |
commit | 64c92654be7005b6ddfe705e1067c104f96df023 (patch) | |
tree | 90581e2e6451f047feac8e62e21f87cfd8e1761d /boto/__init__.py | |
parent | 34e0a4c7bdc5146a714966c2e83f8b403c078d36 (diff) | |
download | boto-64c92654be7005b6ddfe705e1067c104f96df023.tar.gz |
Version bump to 2.15.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 6595ada5..50dbdc8f 100644 --- a/boto/__init__.py +++ b/boto/__init__.py @@ -36,7 +36,7 @@ import logging.config import urlparse from boto.exception import InvalidUriError -__version__ = '2.14.0' +__version__ = '2.15.0' Version = __version__ # for backware compatibility UserAgent = 'Boto/%s Python/%s %s/%s' % ( |