summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitch Garnaat <mitch@cloudright.com>2010-08-19 12:35:59 -0400
committerMitch Garnaat <mitch@cloudright.com>2010-08-19 12:35:59 -0400
commit7bb3a030da0b45d5197d6a9c2a3025aa8deb10b5 (patch)
tree7426ce6aea21f707cacc00dd0a687b15b2cd3f05
parentccfdc9ec5c0cd1044df8085ab2d2c98d4f4618d0 (diff)
downloadboto-2.0b2.tar.gz
Bumping version number prior to release.2.0b2
-rw-r--r--README4
-rw-r--r--boto/__init__.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 38942806..f8d645d2 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-boto 2.0b1
-22-Jul-2010
+boto 2.0b2
+20-Aug-2010
Copyright (c) 2006-2010 Mitch Garnaat <mitch@garnaat.org>
Copyright (c) 2010, Eucalyptus Systems, Inc.
diff --git a/boto/__init__.py b/boto/__init__.py
index 51e01892..65216a07 100644
--- a/boto/__init__.py
+++ b/boto/__init__.py
@@ -28,7 +28,7 @@ import logging
import logging.config
from boto.exception import InvalidUriError
-__version__ = '2.0b1'
+__version__ = '2.0b2'
Version = __version__ # for backware compatibility
UserAgent = 'Boto/%s (%s)' % (__version__, sys.platform)