Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Version bump to 2.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgtaylor committed May 8, 2014
1 parent b957745 commit 4b659ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.rst
@@ -1,9 +1,9 @@
####
boto
####
boto 2.27.0
boto 2.28.0

Released: 6-March-2014
Released: 8-May-2014

.. image:: https://travis-ci.org/boto/boto.png?branch=develop
:target: https://travis-ci.org/boto/boto
Expand Down
2 changes: 1 addition & 1 deletion boto/__init__.py
Expand Up @@ -37,7 +37,7 @@
import urlparse
from boto.exception import InvalidUriError

__version__ = '2.27.0'
__version__ = '2.28.0'
Version = __version__ # for backware compatibility

# http://bugs.python.org/issue7980
Expand Down

0 comments on commit 4b659ba

Please sign in to comment.