Skip to content

Commit 1089724

Browse files
committed
Mark for 3.3.1 dev/release
1 parent 421d20a commit 1089724

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGES

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ Required Python versions by pyparsing version
2525
+--------------------------------------------------+-------------------+
2626

2727

28+
Version 3.3.1 - December, 2025
29+
------------------------------
30+
31+
32+
2833
Version 3.3.0 - December, 2025
2934
------------------------------
3035
===========================================================================================

pyparsing/__init__.py

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

137137

138-
__version_info__ = version_info(3, 3, 0, "final", 1)
139-
__version_time__ = "22 Dec 2025 08:11 UTC"
138+
__version_info__ = version_info(3, 3, 1, "final", 1)
139+
__version_time__ = "23 Dec 2025 00:02 UTC"
140140
__version__ = __version_info__.__version__
141141
__versionTime__ = __version_time__
142142
__author__ = "Paul McGuire <ptmcg.gm+pyparsing@gmail.com>"

0 commit comments

Comments
 (0)