Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bumping version numbers for 2.0 release.
  • Loading branch information
garnaat committed Jul 14, 2011
1 parent 5260b7d commit 033457f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.markdown
@@ -1,6 +1,6 @@
# boto
boto 2.0rc1
02-Jun-2011
boto 2.0
13-Jul-2011

## Introduction

Expand Down
2 changes: 1 addition & 1 deletion boto/__init__.py
Expand Up @@ -30,7 +30,7 @@
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)
Expand Down
2 changes: 1 addition & 1 deletion boto/ec2/volume.py
Expand Up @@ -110,7 +110,7 @@ def attach(self, instance_id, device):
: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
Expand Down

0 comments on commit 033457f

Please sign in to comment.