diff --git a/CHANGES.md b/CHANGES.md index fce7e74..9ba7249 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -16,10 +16,12 @@ ## Current Version - - 3.2.44 (2024-08-23): Add NH Neutral Citation + - 3.2.45 (2024-11-13): Update reporters and regexes for many reporters ## Past Versions + - 3.2.44 (2024-08-23): Add NH Neutral Citation + - 3.2.43 (2024-07-16): Add variations for a handful of reporters - 3.2.42 (2024-04-05): Update variations for US Code diff --git a/setup.py b/setup.py index f49499c..cd96e7a 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import find_packages, setup -VERSION = "3.2.44" +VERSION = "3.2.45" AUTHOR = "Mike Lissner" EMAIL = "mike@free.law" HERE = os.path.abspath(os.path.dirname(__file__)) @@ -50,6 +50,8 @@ def read(*parts): "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Software Development :: Libraries :: Python Modules",