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

Commit

Permalink
Bumped to 2.22.0!
Browse files Browse the repository at this point in the history
  • Loading branch information
toastdriven committed Jan 2, 2014
1 parent d6c8084 commit 06a3dae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.rst
@@ -1,9 +1,9 @@
####
boto
####
boto 2.21.2
boto 2.22.0

Released: 24-December-2013
Released: 2-January-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.21.2'
__version__ = '2.22.0'
Version = __version__ # for backware compatibility

# http://bugs.python.org/issue7980
Expand Down
1 change: 1 addition & 0 deletions docs/source/index.rst
Expand Up @@ -116,6 +116,7 @@ Release Notes
.. toctree::
:titlesonly:

releasenotes/v2.22.0
releasenotes/v2.21.2
releasenotes/v2.21.1
releasenotes/v2.21.0
Expand Down

0 comments on commit 06a3dae

Please sign in to comment.