From b5f248c7aa26924ed7bfbefa4a7474b53cb0379a Mon Sep 17 00:00:00 2001 From: Gianfranco Rossi Date: Wed, 20 Nov 2024 10:09:47 -0500 Subject: [PATCH] version bump v2.6.40 --- CHANGES.md | 11 ++++++++--- setup.py | 2 +- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index a22382b50..45925df90 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -16,14 +16,19 @@ Releases are also tagged in git, if that's helpful. ## Current -**2.6.39 - 2024-11-18** +**2.6.40 - 2024-11-20** - Fixes: - - Fix `Kansas, Ohio Ct App's 1-13` opinion scraper - + - Fix `mass` and `massctapp` scrapers, scrape new endpoint + - Exclude "Commomwealth" string from short case names ## Past +**2.6.39 - 2024-11-18** + +- Fixes: + - Fix `Kansas, Ohio Ct App's 1-13` opinion scraper + **2.6.38 - 2024-11-08** - Fixes: diff --git a/setup.py b/setup.py index 579a74332..ef1f155a3 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.39" +VERSION = "2.6.40" AUTHOR = "Free Law Project" EMAIL = "info@free.law" HERE = os.path.abspath(os.path.dirname(__file__))