summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitch Garnaat <mitch@garnaat.com>2011-07-13 20:51:10 -0400
committerMitch Garnaat <mitch@garnaat.com>2011-07-13 20:51:10 -0400
commit033457f30dcbfba7e529e12c2f1c53f2fb067606 (patch)
treeb6318a545a31a4b6f31429592a0655d28e2ed3a3
parent5260b7d9d0e1d98c05dad40a9c513b3b3f6f041c (diff)
downloadboto-033457f30dcbfba7e529e12c2f1c53f2fb067606.tar.gz
Bumping version numbers for 2.0 release.2.0
-rw-r--r--README.markdown4
-rw-r--r--boto/__init__.py2
-rw-r--r--boto/ec2/volume.py2
3 files changed, 4 insertions, 4 deletions
diff --git a/README.markdown b/README.markdown
index 267bdc6b..ee8d8823 100644
--- a/README.markdown
+++ b/README.markdown
@@ -1,6 +1,6 @@
# boto
-boto 2.0rc1
-02-Jun-2011
+boto 2.0
+13-Jul-2011
## Introduction
diff --git a/boto/__init__.py b/boto/__init__.py
index 116b91d4..e9c29437 100644
--- a/boto/__init__.py
+++ b/boto/__init__.py
@@ -30,7 +30,7 @@ import logging
import logging.config
from boto.exception import InvalidUriError
-__version__ = '2.0rc1'
+__version__ = '2.0'
Version = __version__ # for backware compatibility
UserAgent = 'Boto/%s (%s)' % (__version__, sys.platform)
diff --git a/boto/ec2/volume.py b/boto/ec2/volume.py
index 45345fa2..57f2cb1b 100644
--- a/boto/ec2/volume.py
+++ b/boto/ec2/volume.py
@@ -110,7 +110,7 @@ class Volume(TaggedEC2Object):
:type device: str
:param device: The device on the instance through which the
- volume will be exposted (e.g. /dev/sdh)
+ volume will be exposed (e.g. /dev/sdh)
:rtype: bool
:return: True if successful