From 9f1223c28f6d3b82c0a7fd09166669e2e6b1313f Mon Sep 17 00:00:00 2001 From: ptmcg Date: Fri, 30 Aug 2024 09:22:01 -0500 Subject: [PATCH] start 3.1.5++ branch in case we need to push any fixes before 3.2.0 gets released --- pyparsing/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyparsing/__init__.py b/pyparsing/__init__.py index 0de3db0c..773acb44 100644 --- a/pyparsing/__init__.py +++ b/pyparsing/__init__.py @@ -121,7 +121,7 @@ def __repr__(self): __version_info__ = version_info(3, 1, 5, "final", 1) -__version_time__ = "26 Aug 2024 23:30 UTC" +__version_time__ = "30 Aug 2024 14:21 UTC" __version__ = __version_info__.__version__ __versionTime__ = __version_time__ __author__ = "Paul McGuire "