File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 16
16
17
17
## Current Version
18
18
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)
20
20
21
21
## Past Versions
22
22
23
+ - 3.2.40 (2024-01-26): Update Nevada Advance Opinion variations
24
+
23
25
- 3.2.39 (2024-01-25): Add Cal AG reporter
24
26
25
27
- 3.2.38 (2024-01-04): Update NY Reporters
Original file line number Diff line number Diff line change 26033
26033
"start": "1917-01-01T00:00:00"
26034
26034
}
26035
26035
},
26036
+ "examples": [
26037
+ "2021 V.I. 25",
26038
+ "2022 VI 1"
26039
+ ],
26036
26040
"mlz_jurisdiction": [
26037
26041
"us:c3:vi.d;district.court",
26038
26042
"us;supreme.court",
26045
26049
"us:vi;police.court"
26046
26050
],
26047
26051
"name": "Virgin Islands Reports",
26048
- "variations": {}
26052
+ "variations": {
26053
+ "VI": "V.I."
26054
+ }
26049
26055
}
26050
26056
],
26051
26057
"V.I. LEXIS": [
Original file line number Diff line number Diff line change 3
3
4
4
from setuptools import find_packages , setup
5
5
6
- VERSION = "3.2.40 "
6
+ VERSION = "3.2.41 "
7
7
AUTHOR = "Mike Lissner"
8
8
9
9
HERE = os .path .abspath (os .path .dirname (__file__ ))
You can’t perform that action at this time.
0 commit comments