From 0efd52ea646fe536822dcf9d85bfe51cf4b7950a Mon Sep 17 00:00:00 2001 From: Daniel Lindsley Date: Thu, 12 Sep 2013 15:42:59 -0700 Subject: Bumping version to 2.13.0 --- README.rst | 4 ++-- boto/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index cff39600..a853566a 100644 --- a/README.rst +++ b/README.rst @@ -1,9 +1,9 @@ #### boto #### -boto 2.12.0 +boto 2.13.0 -Released: 04-September-2013 +Released: 12-September-2013 .. 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 cff05957..a498bb32 100644 --- a/boto/__init__.py +++ b/boto/__init__.py @@ -36,7 +36,7 @@ import logging.config import urlparse from boto.exception import InvalidUriError -__version__ = '2.12.0' +__version__ = '2.13.0' Version = __version__ # for backware compatibility UserAgent = 'Boto/%s Python/%s %s/%s' % ( -- cgit v1.2.1