Skip to content

Commit fbec973

Browse files
authored
Merge pull request #9 from LexMachinaInc/maint/release-1.2.0
Maint/release 1.2.0
2 parents faf63df + 4c4542f commit fbec973

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
2024-02-12 v1.2.0
3+
4+
Synchronized LexMachinaClient to match current live API.
5+
6+
- Renamed `list_damages_statet` to `list_damages_state` (fix typo)
7+
- Removed `list_state_judgment_sources`
8+
- Renamed `query_state_cases_case` to `query_state_cases`
9+
- Added `get_appeals_case`
10+
- Added `query_appeals_case`
11+
- Added `list_state_judgment_events`
12+
- Added `list_originating_venues_federal`
13+
- Added `list_appellate_decisions_federal`
14+
- Added `list_supreme_court_decisions_federal`

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "lexmachina-client"
7-
version = "1.1.0"
7+
version = "1.2.0"
88
authors = [
9-
{ name="LexMachina", email="dslusher@lexmachina.com" },
9+
{ name = "LexMachina", email = "support@lexmachina.com" },
1010
]
1111
description = "LexMachina API python SDK"
1212
readme = "README.md"
@@ -21,4 +21,4 @@ classifiers = [
2121
tests = ["pytest >=7.2.1", "pytest-asyncio >= 0.21.0"]
2222
[project.urls]
2323
"Homepage" = "https://github.com/LexMachinaInc/python-lexmachina-sync-api-client"
24-
"Bug Tracker" = "https://github.com/LexMachinaInc/python-lexmachina-sync-api-client/issues"
24+
"Bug Tracker" = "https://github.com/LexMachinaInc/python-lexmachina-sync-api-client/issues"

0 commit comments

Comments
 (0)