From 55c0cc914033d575f95d904e453ea7ff9a222687 Mon Sep 17 00:00:00 2001 From: Eduardo Rosendo Date: Mon, 20 Jan 2025 15:18:03 -0400 Subject: [PATCH] version bump v2.6.52 --- CHANGES.md | 8 ++++++-- setup.py | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index f20e60263..61c9e7e70 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -12,13 +12,17 @@ Releases are also tagged in git, if that's helpful. ## Coming up +- N/A + +## Current + +**2.6.52 - 2024-01-20** + - Fixes: - `AppellateDocketReport.download_pdf` now returns a two-tuple containing the response object or None and a str. This aligns with the changes introduced in v 2.5.1. -## Current - **2.6.51 - 2024-01-14** - Fixes: diff --git a/setup.py b/setup.py index d653f43b0..36d989972 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.51" +VERSION = "2.6.52" AUTHOR = "Free Law Project" EMAIL = "info@free.law" HERE = os.path.abspath(os.path.dirname(__file__))