From 5fd4ccf98eff33c61086c51499a8a976c9fcc68d Mon Sep 17 00:00:00 2001 From: Gianfranco Rossi Date: Mon, 19 Aug 2024 10:32:24 -0500 Subject: [PATCH] version bump v2.6.17 --- CHANGES.md | 14 ++++++++++++-- setup.py | 2 +- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 7d04d63a5..e083f79d1 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -16,13 +16,23 @@ Releases are also tagged in git, if that's helpful. ## Current -**2.6.16 - 2024-08-12** +**2.6.17 - 2024-08-19** Fixes: - - Fixed Minnesota and implemented it's backscraper + - RECAP: + - email: now parses short description for `okeb` + - Fixed IndexOutOfRange error in DocketReport::_set_metadata_values method + - Scrapers: + - fixed `cal` SSL errors + - now collecting citations for `minn` ## Past +**2.6.16 - 2024-08-12** + +Fixes: + - Fixed Minnesota and implemented it's backscraper + **2.6.15 - 2024-08-07** Features: diff --git a/setup.py b/setup.py index 35abb57d3..db323f550 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.16" +VERSION = "2.6.17" AUTHOR = "Free Law Project" EMAIL = "info@free.law" HERE = os.path.abspath(os.path.dirname(__file__))