Skip to content

Commit

Permalink
Merge pull request #113 from elseagle/fix/add-missing-ng-bill-statuses
Browse files Browse the repository at this point in the history
fix: add new bill statuses
  • Loading branch information
elseagle authored Aug 9, 2023
2 parents 0e3a083 + ba0f294 commit d8a87a0
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## 6.17.5 - August 9, 2023

* Add new bill statuses to validation

## 6.17.4 - August 2, 2023

* Small territory fixes

## 6.17.3 - August 1, 2023

* update pyyaml dependency

## 6.17.2 - August 1, 2023

* Support additional territories in db init

## 6.17.0 - July 14, 2023

* Add additional US territory support#113

## 6.16.5 - May 16, 2023

* update logs on import
Expand Down
5 changes: 4 additions & 1 deletion openstates/data/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,10 @@
("hearing-held", "Public Hearing Held/Scheduled"),
("work-session", "Work Session Held/Scheduled"),
("sponsorship", "Authorship/Sponsorship Details"),
("carried-over", "Carried Over from Previous Session")
("carried-over", "Carried Over from Previous Session"),
("reported-out-of-committee", "Reported Out of Committee"),
("concurrence", "Sent for Concurrence")


)
BILL_ACTION_CLASSIFICATIONS = _keys(BILL_ACTION_CLASSIFICATION_CHOICES)
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.4"
version = "6.17.5"
description = "core infrastructure for the openstates project"
authors = ["James Turk <dev@jamesturk.net>"]
license = "MIT"
Expand Down

0 comments on commit d8a87a0

Please sign in to comment.