Skip to content

Commit d3c57f0

Browse files
authored
Merge pull request #176 from grossir/add_vi_format
- feat(V.I.): add VI format to V.I. - Solves a comment in freelawproject/juriscraper#922 - Version bump to 3.2.41
2 parents 3c3daac + 7359e45 commit d3c57f0

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

Diff for: CHANGES.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,12 @@
1616

1717
## Current Version
1818

19-
- 3.2.40 (2024-01-26): Update Nevada Advance Opinion variations
19+
- 3.2.41 (2024-02-09): Add VI variation to V.I. (Virgin Islands)
2020

2121
## Past Versions
2222

23+
- 3.2.40 (2024-01-26): Update Nevada Advance Opinion variations
24+
2325
- 3.2.39 (2024-01-25): Add Cal AG reporter
2426

2527
- 3.2.38 (2024-01-04): Update NY Reporters

Diff for: reporters_db/data/reporters.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -26033,6 +26033,10 @@
2603326033
"start": "1917-01-01T00:00:00"
2603426034
}
2603526035
},
26036+
"examples": [
26037+
"2021 V.I. 25",
26038+
"2022 VI 1"
26039+
],
2603626040
"mlz_jurisdiction": [
2603726041
"us:c3:vi.d;district.court",
2603826042
"us;supreme.court",
@@ -26045,7 +26049,9 @@
2604526049
"us:vi;police.court"
2604626050
],
2604726051
"name": "Virgin Islands Reports",
26048-
"variations": {}
26052+
"variations": {
26053+
"VI": "V.I."
26054+
}
2604926055
}
2605026056
],
2605126057
"V.I. LEXIS": [

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
from setuptools import find_packages, setup
55

6-
VERSION = "3.2.40"
6+
VERSION = "3.2.41"
77
AUTHOR = "Mike Lissner"
88
EMAIL = "mike@free.law"
99
HERE = os.path.abspath(os.path.dirname(__file__))

0 commit comments

Comments
 (0)