Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3b3ca8d

Browse files
committed
Prep for 3.2.3 development
1 parent b0a8be6 commit 3b3ca8d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGES

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ Required Python versions by pyparsing version
4242
| 1.5.7 | 2.6 - 2.7 |
4343
+--------------------------------------------------+-------------------+
4444

45+
Version 3.2.3 - under development
46+
---------------------------------
47+
4548

4649
Version 3.2.2 - March, 2025
4750
---------------------------

pyparsing/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ def __repr__(self):
120120
return f"{__name__}.{type(self).__name__}({', '.join('{}={!r}'.format(*nv) for nv in zip(self._fields, self))})"
121121

122122

123-
__version_info__ = version_info(3, 2, 2, "final", 1)
124-
__version_time__ = "22 Mar 2025 22:09 UTC"
123+
__version_info__ = version_info(3, 2, 3, "final", 1)
124+
__version_time__ = "24 Mar 2025 22:55 UTC"
125125
__version__ = __version_info__.__version__
126126
__versionTime__ = __version_time__
127127
__author__ = "Paul McGuire <[email protected]>"

0 commit comments

Comments
 (0)