From 45f10451a04e8b618b47473439b96e71daf1112c Mon Sep 17 00:00:00 2001 From: William Palin Date: Mon, 3 Jun 2024 14:48:07 -0400 Subject: [PATCH] version bump v2.6.4 --- CHANGES.md | 11 ++++++++--- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 0fc16a0..1964edf 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -16,15 +16,20 @@ Fixes: ## Current -**2.6.3 - 2024-04-09** +**2.6.4 - 2024-06-03** Fixes: -- Addresses compatibility issues identified with the current version of hyperscan(0.7.7). - +- Bump eyecite to for InvalidError/hyperscan bug ## Past +**2.6.3 - 2024-04-09** + +Fixes: + +- Addresses compatibility issues identified with the current version of hyperscan(0.7.7). + **2.6.2 - 2024-03-19** Fixes: diff --git a/pyproject.toml b/pyproject.toml index 0e8bb65..82167dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [tool.poetry] -version = "2.6.3" +version = "2.6.4" authors = ["Free Law Project "] classifiers = [ "Development Status :: 5 - Production/Stable",