From ad00622ab74945decb12c971323f53d834092e4b Mon Sep 17 00:00:00 2001 From: Gianfranco Rossi Date: Tue, 28 Jan 2025 10:31:28 -0500 Subject: [PATCH] version bump v2.6.5 --- CHANGES.md | 15 +++++++++++++-- pyproject.toml | 2 +- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 1964edf..2fab014 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -16,14 +16,25 @@ Fixes: ## Current -**2.6.4 - 2024-06-03** +**2.6.5 - 2025-01-28** + +Features: + +- Add ReferenceCitation model and associated logic Fixes: -- Bump eyecite to for InvalidError/hyperscan bug +- Fix court string matching with whitespace +- Fix court name issues ## Past +**2.6.4 - 2024-06-03** + +Fixes: + +- Bump eyecite to for InvalidError/hyperscan bug + **2.6.3 - 2024-04-09** Fixes: diff --git a/pyproject.toml b/pyproject.toml index 82167dc..fbbc42d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [tool.poetry] -version = "2.6.4" +version = "2.6.5" authors = ["Free Law Project "] classifiers = [ "Development Status :: 5 - Production/Stable",