Skip to content

Commit 7d4bda2

Browse files
committed
Prep for 3.1.2 release
1 parent 9533fcb commit 7d4bda2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ help from Devin J. Pohly in structuring the code to enable this peaceful transit
1313
Version 3.2.0 will also discontinue support for Python versions 3.6 and 3.7.
1414

1515

16-
Version 3.1.2 - in development
17-
------------------------------
16+
Version 3.1.2 - March, 2024
17+
---------------------------
1818
- Added `ieee_float` expression to `pyparsing.common`, which parses float values,
1919
plus "NaN", "Inf", "Infinity". PR submitted by Bob Peterson (#538).
2020

pyparsing/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def __repr__(self):
121121

122122

123123
__version_info__ = version_info(3, 1, 2, "final", 1)
124-
__version_time__ = "25 Feb 2024 17:23 UTC"
124+
__version_time__ = "06 Mar 2024 07:08 UTC"
125125
__version__ = __version_info__.__version__
126126
__versionTime__ = __version_time__
127127
__author__ = "Paul McGuire <[email protected]>"

0 commit comments

Comments
 (0)