From c9a2b298cc59b8fefe25b358867e5e4a3ec2602d Mon Sep 17 00:00:00 2001 From: William Palin Date: Mon, 18 Nov 2024 15:12:00 -0500 Subject: [PATCH] version bump v2.6.39 --- CHANGES.md | 10 ++++++++-- setup.py | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 75402fea1..a22382b50 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -16,6 +16,14 @@ Releases are also tagged in git, if that's helpful. ## Current +**2.6.39 - 2024-11-18** + +- Fixes: + - Fix `Kansas, Ohio Ct App's 1-13` opinion scraper + + +## Past + **2.6.38 - 2024-11-08** - Fixes: @@ -24,8 +32,6 @@ Releases are also tagged in git, if that's helpful. - Features: - RECAP: add new sealed document phrase -## Past - **2.6.37 - 2024-10-22** Fixes: diff --git a/setup.py b/setup.py index 33e561559..579a74332 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.38" +VERSION = "2.6.39" AUTHOR = "Free Law Project" EMAIL = "info@free.law" HERE = os.path.abspath(os.path.dirname(__file__))