From 06a3daea5e1c6e19ac43a09593ff2a7885dd8478 Mon Sep 17 00:00:00 2001 From: Daniel Lindsley Date: Thu, 2 Jan 2014 11:13:53 -0800 Subject: [PATCH] Bumped to 2.22.0! --- README.rst | 4 ++-- boto/__init__.py | 2 +- docs/source/index.rst | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 1c118c0613..3394f63379 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 1b3c6517d8..69a89e8451 100644 --- a/boto/__init__.py +++ b/boto/__init__.py @@ -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 diff --git a/docs/source/index.rst b/docs/source/index.rst index eff8f80872..b970b349c2 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