diff --git a/CHANGES.md b/CHANGES.md index 040356b6a..26fee05e0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -16,6 +16,14 @@ Releases are also tagged in git, if that's helpful. ## Current +**2.6.48 - 2024-12-31** + +- Fixes: + - updated `idaho_*` scrapers to OpinionSiteLinear + - updated `cadc` scrapers to new site + - `okla` now skips rows with no docket number + - fixes for PACER appellate dockets parsing + **2.6.47 - 2024-12-12** - Fixes: diff --git a/setup.py b/setup.py index a2ed058de..4c4c84e7b 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import find_packages, setup from setuptools.command.install import install -VERSION = "2.6.47" +VERSION = "2.6.48" AUTHOR = "Free Law Project" EMAIL = "info@free.law" HERE = os.path.abspath(os.path.dirname(__file__))