Skip to content

Commit

Permalink
Merge pull request #122 from openstates/me-add-tribal-rep-district
Browse files Browse the repository at this point in the history
ME: add tribal representative district to metadata
  • Loading branch information
jessemortenson authored Jan 26, 2024
2 parents bf11bbe + 9b764ac commit a559ea7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions openstates/metadata/data/me.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from ..models import State, Chamber, simple_numbered_districts
from ..models import State, Chamber, District, simple_numbered_districts

ME = State(
name="Maine",
Expand All @@ -22,7 +22,8 @@
title="Representative",
districts=simple_numbered_districts(
"ocd-division/country:us/state:me", "lower", 151
),
) + [District("Passamaquoddy Tribe", "lower",
f"ocd-division/country:us/state:me/sldl:passamaquoddy-tribe")],
),
upper=Chamber(
chamber_type="upper",
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.18.1"
version = "6.18.2"
description = "core infrastructure for the openstates project"
authors = ["James Turk <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit a559ea7

Please sign in to comment.