summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Saryerwinnie <js@jamesls.com>2013-04-30 18:24:35 -0700
committerJames Saryerwinnie <js@jamesls.com>2013-04-30 18:24:35 -0700
commit29d2ddb4636fe63e10ef5a35a7187c57cb70d381 (patch)
treea49d698171980984f85d7efff0f9b4801d3e1a23
parenta9e834ae4b85d787092e5b0d86b2ce8566d9a7a0 (diff)
parent24386a849c1f083b357c73aee09433875d7d8ac7 (diff)
downloadboto-29d2ddb4636fe63e10ef5a35a7187c57cb70d381.tar.gz
Merge branch 'hotfix-2.9.2'2.9.2
* hotfix-2.9.2: Bump version to 2.9.2 Add boto.support to setup.py
-rw-r--r--README.rst2
-rw-r--r--boto/__init__.py2
-rw-r--r--setup.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index e0fae9ad..d1768af2 100644
--- a/README.rst
+++ b/README.rst
@@ -1,7 +1,7 @@
####
boto
####
-boto 2.9.1
+boto 2.9.2
30-Apr-2013
.. image:: https://secure.travis-ci.org/boto/boto.png?branch=develop
diff --git a/boto/__init__.py b/boto/__init__.py
index 4bb18e72..ffd12526 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.9.1'
+__version__ = '2.9.2'
Version = __version__ # for backware compatibility
UserAgent = 'Boto/%s (%s)' % (__version__, sys.platform)
diff --git a/setup.py b/setup.py
index c4b13600..50e12f62 100644
--- a/setup.py
+++ b/setup.py
@@ -74,7 +74,7 @@ setup(name = "boto",
"boto.swf", "boto.mws", "boto.cloudsearch", "boto.glacier",
"boto.beanstalk", "boto.datapipeline", "boto.elasticache",
"boto.elastictranscoder", "boto.opsworks", "boto.redshift",
- "boto.dynamodb2"],
+ "boto.dynamodb2", "boto.support"],
package_data = {"boto.cacerts": ["cacerts.txt"]},
license = "MIT",
platforms = "Posix; MacOS X; Windows",