File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -201,6 +201,7 @@ You must also specify in which region your SQL session should execute
201201into. Wherobots Cloud supports the following compute regions:
202202
203203* ` aws-us-east-1 ` : AWS US East 1 (N. Virginia)
204+ * ` aws-us-east-2 ` : AWS US East 2 (Ohio)
204205* ` aws-us-west-2 ` : AWS US West 2 (Oregon)
205206* ` aws-eu-west-1 ` : AWS EU West 1 (Ireland)
206207* ` aws-ap-south-1 ` : AWS AP South 1 (Mumbai)
Original file line number Diff line number Diff line change 11[project ]
22name = " wherobots-python-dbapi"
3- version = " 0.25.4 "
3+ version = " 0.26.0 "
44description = " Python DB-API driver for Wherobots DB"
55authors = [{ name = " Maxime Petazzoni" , email = " max@wherobots.com" }]
66requires-python = " >=3.10, <4"
Original file line number Diff line number Diff line change 44class Region (Enum ):
55 # Americas
66 AWS_US_EAST_1 = "aws-us-east-1"
7+ AWS_US_EAST_2 = "aws-us-east-2"
78 AWS_US_WEST_2 = "aws-us-west-2"
89
910 # EMEA
You can’t perform that action at this time.
0 commit comments