summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Lindsley <daniel@toastdriven.com>2013-12-24 16:06:52 -0800
committerDaniel Lindsley <daniel@toastdriven.com>2013-12-24 16:06:52 -0800
commit3cbc44f74a982ddc43762df173771a6cd1c49dea (patch)
tree19d84030c8a6ee4fe37237e1c66f86ea2ad71b95
parent0137f29156abeed3479bf1beeb97e046b9b7bb73 (diff)
downloadboto-2.21.2.tar.gz
Bumped to 2.21.2!2.21.2
-rw-r--r--README.rst4
-rw-r--r--boto/__init__.py2
-rw-r--r--docs/source/index.rst1
-rw-r--r--docs/source/releasenotes/v2.21.2.rst13
4 files changed, 17 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index d5a2c0ba..1c118c06 100644
--- a/README.rst
+++ b/README.rst
@@ -1,9 +1,9 @@
####
boto
####
-boto 2.21.1
+boto 2.21.2
-Released: 23-December-2013
+Released: 24-December-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 72f9fb2c..1b3c6517 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.1'
+__version__ = '2.21.2'
Version = __version__ # for backware compatibility
# http://bugs.python.org/issue7980
diff --git a/docs/source/index.rst b/docs/source/index.rst
index 1aa77e4c..eff8f808 100644
--- a/docs/source/index.rst
+++ b/docs/source/index.rst
@@ -116,6 +116,7 @@ Release Notes
.. toctree::
:titlesonly:
+ releasenotes/v2.21.2
releasenotes/v2.21.1
releasenotes/v2.21.0
releasenotes/v2.20.1
diff --git a/docs/source/releasenotes/v2.21.2.rst b/docs/source/releasenotes/v2.21.2.rst
new file mode 100644
index 00000000..ab359b65
--- /dev/null
+++ b/docs/source/releasenotes/v2.21.2.rst
@@ -0,0 +1,13 @@
+boto v2.21.2
+============
+
+:date: 2013/12/24
+
+This release is a bugfix release which corrects one more bug in the Mechanical
+Turk objects.
+
+
+Bugfixes
+--------
+
+* Fixed a missed inheritance bug in mturk. (:issue:`1936`, :sha:`0137f29`)