summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitch Garnaat <mitch@garnaat.com>2011-10-27 09:02:11 -0400
committerMitch Garnaat <mitch@garnaat.com>2011-10-27 09:02:11 -0400
commita0a1fd54eff43bd332519e517a5b9b435fe080b6 (patch)
tree09cdb7426740f139a49b6ff9d3cc537c2c2299ac
parentc2e25575979b91ef373f7ccf0765ac29e11db2fa (diff)
downloadboto-a0a1fd54eff43bd332519e517a5b9b435fe080b6.tar.gz
Bumping version numbers for 2.1.0 release.2.1.0
-rw-r--r--README.markdown5
-rw-r--r--boto/__init__.py2
2 files changed, 4 insertions, 3 deletions
diff --git a/README.markdown b/README.markdown
index e2968b71..d659b1d5 100644
--- a/README.markdown
+++ b/README.markdown
@@ -1,6 +1,6 @@
# boto
-boto 2.0
-13-Jul-2011
+boto 2.1.0
+27-Oct-2011
## Introduction
@@ -25,6 +25,7 @@ At the moment, boto supports:
* Route53 DNS Service (route53)
* Simple Email Service (SES)
* Flexible Payment Service (FPS)
+ * CloudFormation
The goal of boto is to support the full breadth and depth of Amazon
Web Services. In addition, boto provides support for other public
diff --git a/boto/__init__.py b/boto/__init__.py
index 77438c9d..8f966c49 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.0'
+__version__ = '2.1.0'
Version = __version__ # for backware compatibility
UserAgent = 'Boto/%s (%s)' % (__version__, sys.platform)