diff --git a/CHANGES.md b/CHANGES.md index 1f89ce8..da2f8fb 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -16,10 +16,12 @@ ## Current Version - - 3.2.37 (2022-01-11): Added many mlz_jurisdictions + - 3.2.38 (2024-01-04): Update NY Reporters ## Past Versions + - 3.2.37 (2022-01-11): Added many mlz_jurisdictions + - 3.2.36 (2022-01-11): Cleanup Maine citations - 3.2.35 (2022-12-12): Add more reporters and variations diff --git a/setup.py b/setup.py index ec5c80d..0330139 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import find_packages, setup -VERSION = "3.2.37" +VERSION = "3.2.38" AUTHOR = "Mike Lissner" EMAIL = "mike@free.law" HERE = os.path.abspath(os.path.dirname(__file__))