From d05cfaaed5cb703af093b8dd3c2cf1150a68134a Mon Sep 17 00:00:00 2001 From: Alberto Islas Date: Wed, 28 Aug 2024 18:52:10 -0500 Subject: [PATCH] version bump 2.6.20 --- CHANGES.md | 9 +++++++-- setup.py | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index ef830d4e5..a195e22a8 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -16,6 +16,13 @@ Releases are also tagged in git, if that's helpful. ## Current +**2.6.20 - 2024-08-28** + +Fixes: + - Changed to nested format for attachments in the InternetArchive report + +## Past + **2.6.19 - 2024-08-26** Fixes: @@ -26,8 +33,6 @@ Features: - Handle new bankruptcy attachment page format - Make docket history report parser more robust -## Past - **2.6.18 - 2024-08-22** Features: diff --git a/setup.py b/setup.py index dd0bde9de..6eab887ad 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.19" +VERSION = "2.6.20" AUTHOR = "Free Law Project" EMAIL = "info@free.law" HERE = os.path.abspath(os.path.dirname(__file__))