Skip to content

Commit

Permalink
Merge pull request #112 from johnseekins/small-territory-fixes
Browse files Browse the repository at this point in the history
Small territory fixes
  • Loading branch information
johnseekins authored Aug 2, 2023
2 parents ff9f776 + afd20e8 commit 0e3a083
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
6 changes: 3 additions & 3 deletions openstates/metadata/data/vi.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
capital="Charlotte Amalie",
capital_tz="America/Puerto_Rico",
fips="78",
url="https://www.vi.gov",
url="https://legvi.org",
unicameral=True,
legislature_name="Legislature of the Virgin Islands",
legislature_organization_id="ocd-organization/7caa0f66-1197-46d4-82e6-6a98129b0a96",
Expand All @@ -16,10 +16,10 @@
jurisdiction_id="ocd-jurisdiction/country:us/territory:vi/government",
legislature=Chamber(
chamber_type="unicameral",
name="House",
name="Legislature",
organization_id="ocd-organization/7caa0f66-1197-46d4-82e6-6a98129b0a96",
num_seats=15,
title="Senators",
title="Senator",
districts=simple_numbered_districts(
"ocd-division/country:us/territory:vi", "legislature", 15
),
Expand Down
5 changes: 4 additions & 1 deletion openstates/scrape/jurisdiction.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@
"PuertoRico": "Puerto Rico",
"DistrictOfColumbia": "District of Columbia",
"UnitedStates": "United States",
"southafrica": "South Africa"
"southafrica": "South Africa",
"VirginIslands": "Virgin Islands",
"AmericanSamoa": "American Samoa",
"NorthernMarianaIslands": "Northern Mariana Islands",
}


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "openstates"
version = "6.17.3"
version = "6.17.4"
description = "core infrastructure for the openstates project"
authors = ["James Turk <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 0e3a083

Please sign in to comment.