Skip to content

Commit 5c3ba8b

Browse files
committed
support committee prints
1 parent 7e5541b commit 5c3ba8b

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "polars-capitol"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
edition = "2021"
55

66
[lib]
@@ -12,5 +12,5 @@ pyo3 = { version = "0.22", features = ["extension-module", "abi3-py38"] }
1212
pyo3-polars = { version = "0.19.0", features = ["derive"] }
1313
serde = { version = "1", features = ["derive"] }
1414
polars = { version = "0.45.1", default-features = false }
15-
capitol = "0.2.1"
15+
capitol = "0.2.2"
1616

tests/test_cdg_url.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ def test_cdg_url():
1010
"BILLS-118hr8070ih",
1111
"BILLS-118s25",
1212
"CRPT-118hrpt529",
13+
"CPRT-119hprt58246",
1314
]
1415
}
1516
)
@@ -24,12 +25,14 @@ def test_cdg_url():
2425
"BILLS-118hr8070ih",
2526
"BILLS-118s25",
2627
"CRPT-118hrpt529",
28+
"CPRT-119hprt58246",
2729
],
2830
"cdg_url": [
2931
"https://www.congress.gov/bill/118th-congress/house-bill/8070",
3032
"https://www.congress.gov/bill/118th-congress/house-bill/8070/text/ih",
3133
"https://www.congress.gov/bill/118th-congress/senate-bill/25",
3234
"https://www.congress.gov/congressional-report/118th-congress/house-report/529",
35+
"https://www.congress.gov/committee-print/119th-congress/house-committee-print/58246",
3336
],
3437
}
3538
)

0 commit comments

Comments
 (0)