summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel G. Taylor <danielgtaylor@gmail.com>2014-03-06 16:20:31 -0800
committerDaniel G. Taylor <danielgtaylor@gmail.com>2014-03-06 16:20:31 -0800
commitf77752af99ac665d9193a511bafebc1692746306 (patch)
tree1b75850de17101904fb5cb89c645d0c9bfac00d4
parent972084cab9d3c39eaa1a535b176e3a69fa0c0479 (diff)
downloadboto-f77752af99ac665d9193a511bafebc1692746306.tar.gz
Bumped to 2.27.02.27.0
-rw-r--r--README.rst4
-rw-r--r--boto/__init__.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index d44d2824..ccb50b69 100644
--- a/README.rst
+++ b/README.rst
@@ -1,9 +1,9 @@
####
boto
####
-boto 2.26.1
+boto 2.27.0
-Released: 3-March-2014
+Released: 6-March-2014
.. image:: https://travis-ci.org/boto/boto.png?branch=develop
:target: https://travis-ci.org/boto/boto
diff --git a/boto/__init__.py b/boto/__init__.py
index bb4a7d63..35539123 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.26.1'
+__version__ = '2.27.0'
Version = __version__ # for backware compatibility
# http://bugs.python.org/issue7980