Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Add cloudsearch to setup.py and to api doc index. Fixes #759.
Browse files Browse the repository at this point in the history
  • Loading branch information
garnaat committed May 16, 2012
1 parent 6588ea2 commit a040eff
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Original file line Diff line number Diff line change
@@ -1,8 +1,8 @@
#### ####
boto boto
#### ####
boto 2.4.0 boto 2.4.1
15-May-2012 16-May-2012


************ ************
Introduction Introduction
Expand Down
2 changes: 1 addition & 1 deletion boto/__init__.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
import urlparse import urlparse
from boto.exception import InvalidUriError from boto.exception import InvalidUriError


__version__ = '2.4.0' __version__ = '2.4.1'
Version = __version__ # for backware compatibility Version = __version__ # for backware compatibility


UserAgent = 'Boto/%s (%s)' % (__version__, sys.platform) UserAgent = 'Boto/%s (%s)' % (__version__, sys.platform)
Expand Down
1 change: 1 addition & 0 deletions docs/source/index.rst
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ Currently Supported Services
* :doc:`Simple Queue Service (SQS) <sqs_tut>` -- (:doc:`API Reference <ref/sqs>`) * :doc:`Simple Queue Service (SQS) <sqs_tut>` -- (:doc:`API Reference <ref/sqs>`)
* Simple Notification Service (SNS) -- (:doc:`API Reference <ref/sns>`) * Simple Notification Service (SNS) -- (:doc:`API Reference <ref/sns>`)
* :doc:`Simple Email Service (SES) <ses_tut>` -- (:doc:`API Reference <ref/ses>`) * :doc:`Simple Email Service (SES) <ses_tut>` -- (:doc:`API Reference <ref/ses>`)
* :doc:`Cloudsearch <cloudsearch_tut>` -- (:doc:`API Reference <ref/cloudsearch>`)


* **Monitoring** * **Monitoring**


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"boto.fps", "boto.emr", "boto.emr", "boto.sns", "boto.fps", "boto.emr", "boto.emr", "boto.sns",
"boto.ecs", "boto.iam", "boto.route53", "boto.ses", "boto.ecs", "boto.iam", "boto.route53", "boto.ses",
"boto.cloudformation", "boto.sts", "boto.dynamodb", "boto.cloudformation", "boto.sts", "boto.dynamodb",
"boto.swf", "boto.mws"], "boto.swf", "boto.mws", "boto.cloudsearch"],
package_data = {"boto.cacerts": ["cacerts.txt"]}, package_data = {"boto.cacerts": ["cacerts.txt"]},
license = "MIT", license = "MIT",
platforms = "Posix; MacOS X; Windows", platforms = "Posix; MacOS X; Windows",
Expand Down

0 comments on commit a040eff

Please sign in to comment.