summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)