summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Lindsley <daniel@toastdriven.com>2013-09-16 14:55:15 -0700
committerDaniel Lindsley <daniel@toastdriven.com>2013-09-16 14:55:15 -0700
commit3ec8a39ace7639b9c8153742d353b220772b42a2 (patch)
tree128c6290b0d07402d2ad87ac5a75692f36affced
parent1ab0270cceca3ff30f5abb23951a6fb991ed3da4 (diff)
parent5e72cedfd65e86edbbc94515240c352781f702a0 (diff)
downloadboto-3ec8a39ace7639b9c8153742d353b220772b42a2.tar.gz
Merge branch 'release-2.13.3'2.13.3
* release-2.13.3: Bumping version to 2.13.3 Packaging makes me :cry:.
-rw-r--r--boto/__init__.py2
-rw-r--r--docs/source/releasenotes/v2.13.3.rst11
2 files changed, 12 insertions, 1 deletions
diff --git a/boto/__init__.py b/boto/__init__.py
index fb5982b4..2c164ded 100644
--- a/boto/__init__.py
+++ b/boto/__init__.py
@@ -36,7 +36,7 @@ import logging.config
import urlparse
from boto.exception import InvalidUriError
-__version__ = 'v2.13.2'
+__version__ = '2.13.3'
Version = __version__ # for backware compatibility
UserAgent = 'Boto/%s Python/%s %s/%s' % (
diff --git a/docs/source/releasenotes/v2.13.3.rst b/docs/source/releasenotes/v2.13.3.rst
new file mode 100644
index 00000000..f145f75a
--- /dev/null
+++ b/docs/source/releasenotes/v2.13.3.rst
@@ -0,0 +1,11 @@
+boto v2.13.3
+============
+
+:date: 2013/09/16
+
+This release fixes a packaging error with the previous version of boto.
+The version ``v2.13.2`` was provided instead of ``2.13.2``, causing things
+like ``pip`` to incorrectly resolve the latest release.
+
+That release was only available for several minutes & was removed from PyPI
+due to the way it would break installation for users.