From 95ce99ddbabb4f9e2bac6f9b2aa0ef44182155f6 Mon Sep 17 00:00:00 2001 From: William Palin Date: Tue, 4 Feb 2025 12:55:41 -0500 Subject: [PATCH] version bump v3.2.50 --- CHANGES.md | 8 +++++--- setup.py | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index ca6499c..bb89eab 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -16,13 +16,15 @@ ## Current Version - - 3.2.49 (2024-01-24): Update pypi github action workflow + - 3.2.50 (2025-02-04): Update NY2d and NY3d ## Past Versions - - 3.2.48 (2024-01-10): Update reporter.json and regexes.json + - 3.2.49 (2025-01-24): Update pypi github action workflow - - 3.2.47 (2024-01-10): Update reporter.json + - 3.2.48 (2025-01-10): Update reporter.json and regexes.json + + - 3.2.47 (2025-01-10): Update reporter.json - 3.2.46 (2024-12-04): Update reporter.json diff --git a/setup.py b/setup.py index f9c5a86..c372b6a 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import find_packages, setup -VERSION = "3.2.49" +VERSION = "3.2.50" AUTHOR = "Mike Lissner" EMAIL = "mike@free.law" HERE = os.path.abspath(os.path.dirname(__file__))