From 7e833064bef643d233fdf750288416ee786ab528 Mon Sep 17 00:00:00 2001 From: William Palin Date: Mon, 13 Nov 2023 18:44:44 -0500 Subject: [PATCH] version bump v2.5.58 --- CHANGES.md | 12 +++++++++++- setup.py | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index d3b72a6ea..a5285f7b2 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -16,6 +16,17 @@ Releases are also tagged in git, if that's helpful. ## Current +**2.5.58 - 2023-11-13** + +Features: + + +Changes: + +- Fix 40 or so scrapers -- all state scrapers + +## Past + **2.5.57 - 2023-11-09** Features: @@ -29,7 +40,6 @@ Changes: - Refactor the message in the SlownessException to limit the precision to the right of the decimal point to three digits. - Refactor the regex pattern in the scraper for Colorado Appeals Court -## Past **2.5.56 - 2023-10-09** diff --git a/setup.py b/setup.py index affca79b6..4bba33f3f 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import find_packages, setup from setuptools.command.install import install -VERSION = "2.5.57" +VERSION = "2.5.58" AUTHOR = "Free Law Project" EMAIL = "info@free.law" HERE = os.path.abspath(os.path.dirname(__file__))