diff --git a/CHANGES.md b/CHANGES.md index c4ae86cb2..e82b32330 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -16,6 +16,18 @@ Releases are also tagged in git, if that's helpful. ## Current +**2.5.66 - 2023-11-19** + +Features: + +- Fix Oklahoma Scrapers + +Changes: + +- + +## Past + **2.5.65 - 2023-11-19** Features: @@ -26,8 +38,6 @@ Changes: - Remove selenium from Colorado scrapers -## Past - **2.5.64 - 2023-11-19** Features: diff --git a/setup.py b/setup.py index c49f72a5f..a78904aa1 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import find_packages, setup from setuptools.command.install import install -VERSION = "2.5.65" +VERSION = "2.5.66" AUTHOR = "Free Law Project" EMAIL = "info@free.law" HERE = os.path.abspath(os.path.dirname(__file__))