Skip to content

Commit

Permalink
We now support ap-northeast-1 region also.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohit Agarwal committed Aug 8, 2014
1 parent d7ec1a0 commit 71d5b11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion qds_sdk/cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def _parse_create_update(cls, args, action):
" creating the cluster",)
ec2_group.add_argument("--aws-region",
dest="aws_region",
choices=["us-east-1", "us-west-2",
choices=["us-east-1", "us-west-2", "ap-northeast-1",
"eu-west-1", "ap-southeast-1"],
help="aws region to create the cluster in",)
ec2_group.add_argument("--aws-availability-zone",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def read(fname):

setup(
name = "qds_sdk",
version = "1.2.1",
version = "1.2.2",
author = "Qubole",
author_email = "[email protected]",
description = ("Python SDK for coding to the Qubole Data Service API"),
Expand Down

0 comments on commit 71d5b11

Please sign in to comment.