From 1bfd3b0c6ae96b536df86c32c5ceba0cc5d8652b Mon Sep 17 00:00:00 2001 From: Gianfranco Rossi Date: Mon, 21 Oct 2024 14:58:10 -0500 Subject: [PATCH] version bump v2.6.32 --- CHANGES.md | 12 ++++++++++-- setup.py | 2 +- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index b48bb77a8..304357dcd 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -16,6 +16,16 @@ Releases are also tagged in git, if that's helpful. ## Current +**2.6.32 - 2024-10-21** + +Features: + - added `okla` cleanup_content + +Fixes: + - updated `coloctapp` cleanup_content + +## Past + **2.6.31 - 2024-10-21** Fixes: @@ -27,8 +37,6 @@ Features: - new scraper `lactapp_5` for Lousiana Court of Appeals, Fifth Circuit - now sending a `logger.error` call to Sentry when an scraped date is in the future -## Past - **2.6.30 - 2024-10-10** Fixes: diff --git a/setup.py b/setup.py index ff9d4a6b0..251830fa1 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.31" +VERSION = "2.6.32" AUTHOR = "Free Law Project" EMAIL = "info@free.law" HERE = os.path.abspath(os.path.dirname(__file__))