summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst12
-rw-r--r--boto/__init__.py2
2 files changed, 7 insertions, 7 deletions
diff --git a/README.rst b/README.rst
index c11a3199..d44d2824 100644
--- a/README.rst
+++ b/README.rst
@@ -1,9 +1,9 @@
####
boto
####
-boto 2.26.0
+boto 2.26.1
-Released: 27-February-2014
+Released: 3-March-2014
.. image:: https://travis-ci.org/boto/boto.png?branch=develop
:target: https://travis-ci.org/boto/boto
@@ -108,15 +108,15 @@ Install via `pip`_:
::
- $ pip install boto
+ $ pip install boto
Install from source:
::
- $ git clone git://github.com/boto/boto.git
- $ cd boto
- $ python setup.py install
+ $ git clone git://github.com/boto/boto.git
+ $ cd boto
+ $ python setup.py install
**********
ChangeLogs
diff --git a/boto/__init__.py b/boto/__init__.py
index f773c588..a0af63bf 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.0'
+__version__ = '2.26.1'
Version = __version__ # for backware compatibility
# http://bugs.python.org/issue7980