From 498d63026c6aef6bdcf62d9c2139b160b4956547 Mon Sep 17 00:00:00 2001 From: Gianfranco Rossi Date: Thu, 10 Oct 2024 12:13:39 -0500 Subject: [PATCH] version bump v2.6.29 --- CHANGES.md | 11 +++++++++-- setup.py | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index c7703a556..a94159cab 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -16,6 +16,15 @@ Releases are also tagged in git, if that's helpful. ## Current +**2.6.29 - 2024-10-10** + +Fixes: + - fix `or` and `orctapp` scraper, scraping new endpoint + - fix cache control headers in `AbstractSite` + - fix `sc` expected content types + +## Past + **2.6.28 - 2024-09-27** Features: @@ -27,8 +36,6 @@ Fixes: - `cadc_u` change docket number getter - `sc` implement new site -## Past - **2.6.27 - 2024-09-16** Fixes: diff --git a/setup.py b/setup.py index fc07afa35..57d33241d 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.28" +VERSION = "2.6.29" AUTHOR = "Free Law Project" EMAIL = "info@free.law" HERE = os.path.abspath(os.path.dirname(__file__))