summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst4
-rw-r--r--boto/__init__.py2
-rw-r--r--docs/source/index.rst1
3 files changed, 4 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 1c118c06..3394f633 100644
--- a/README.rst
+++ b/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
diff --git a/boto/__init__.py b/boto/__init__.py
index 1b3c6517..69a89e84 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.21.2'
+__version__ = '2.22.0'
Version = __version__ # for backware compatibility
# http://bugs.python.org/issue7980
diff --git a/docs/source/index.rst b/docs/source/index.rst
index eff8f808..b970b349 100644
--- a/docs/source/index.rst
+++ b/docs/source/index.rst
@@ -116,6 +116,7 @@ Release Notes
.. toctree::
:titlesonly:
+ releasenotes/v2.22.0
releasenotes/v2.21.2
releasenotes/v2.21.1
releasenotes/v2.21.0