From 6b19baf71d175ff5d5409836924289e0c33cff93 Mon Sep 17 00:00:00 2001 From: Alberto Islas Date: Tue, 10 Dec 2024 15:51:46 -0600 Subject: [PATCH] version bump v2.6.46 --- CHANGES.md | 9 +++++++-- setup.py | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 70f63f7d0..ede6e4cce 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -16,6 +16,13 @@ Releases are also tagged in git, if that's helpful. ## Current +**2.6.46 - 2024-12-10** + +- Fixes: + - Support for parsing the new format of appellate attachment pages has been added + +## Past + **2.6.45 - 2024-12-05** - Features: @@ -23,8 +30,6 @@ Releases are also tagged in git, if that's helpful. Use it with new optional argument for the sample caller `save-responses`. - Delete `--daemon` and `--report` options -## Past - **2.6.44 - 2024-11-27** - Fixes: diff --git a/setup.py b/setup.py index 63ab723a3..1735a3a0c 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.45" +VERSION = "2.6.46" AUTHOR = "Free Law Project" EMAIL = "info@free.law" HERE = os.path.abspath(os.path.dirname(__file__))