Prep for 3.1.3 release · pyparsing/pyparsing@cf41d90 (original) (raw)
2 files changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -13,8 +13,8 @@ help from Devin J. Pohly in structuring the code to enable this peaceful transit | ||
13 | 13 | Version 3.2.0 will also discontinue support for Python versions 3.6 and 3.7. |
14 | 14 | |
15 | 15 | |
16 | -Version 3.1.3 - in development | |
17 | ------------------------------- | |
16 | +Version 3.1.3 - August, 2024 | |
17 | +---------------------------- | |
18 | 18 | - Fixed issue where PEP8 compatibility names for `ParserElement` static methods were |
19 | 19 | not themselves defined as `staticmethods`. When called using a `ParserElement` instance, |
20 | 20 | this resulted in a `TypeError` exception. Reported by eylenburg (#548). |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -121,7 +121,7 @@ def __repr__(self): | ||
121 | 121 | |
122 | 122 | |
123 | 123 | __version_info__ = version_info(3, 1, 3, "final", 1) |
124 | -__version_time__ = "09 Mar 2024 15:40 UTC" | |
124 | +__version_time__ = "14 Aug 2024 01:52 UTC" | |
125 | 125 | __version__ = __version_info__.__version__ |
126 | 126 | __versionTime__ = __version_time__ |
127 | 127 | __author__ = "Paul McGuire ptmcg.gm+pyparsing@gmail.com" |