diff options
-rw-r--r-- | CHANGES | 4 | ||||
-rw-r--r-- | pyparsing.py | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -14,6 +14,10 @@ Version 2.3.1 - turkish_word = pp.Word(Turkish_set.alphas)
+- Fixup of docstrings to Sphinx format, inclusion of test files in the source
+ package, and convert markdown to rst throughout the distribution, great job
+ by Matěj Cepl!
+
Version 2.3.0 - October, 2018
-----------------------------
diff --git a/pyparsing.py b/pyparsing.py index a15046b..2c663fb 100644 --- a/pyparsing.py +++ b/pyparsing.py @@ -94,7 +94,7 @@ classes inherit from. Use the docstrings for examples of how to: """ __version__ = "2.3.1" -__versionTime__ = "10 Nov 2018 04:38 UTC" +__versionTime__ = "20 Nov 2018 23:22 UTC" __author__ = "Paul McGuire <ptmcg@users.sourceforge.net>" import string |