Skip to content

Commit

Permalink
Update CHANGES and timestamp from #362
Browse files Browse the repository at this point in the history
  • Loading branch information
ptmcg committed Feb 6, 2022
1 parent dd5c650 commit 5a411e3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES
Expand Up @@ -2,6 +2,12 @@
Change Log
==========

Version 3.0.8 - (under development)
---------------
- Improved pyparsing import time by deferring regex pattern compiles.
PR submitted by Anthony Sottile to fix issue #362, thanks!


Version 3.0.7 -
---------------
- Fixed bug #345, in which delimitedList changed expressions in place
Expand Down
2 changes: 1 addition & 1 deletion pyparsing/__init__.py
Expand Up @@ -126,7 +126,7 @@ def __repr__(self):


__version_info__ = version_info(3, 0, 7, "final", 0)
__version_time__ = "15 Jan 2022 04:10 UTC"
__version_time__ = "06 Feb 2022 01:42 UTC"
__version__ = __version_info__.__version__
__versionTime__ = __version_time__
__author__ = "Paul McGuire <ptmcg.gm+pyparsing@gmail.com>"
Expand Down

0 comments on commit 5a411e3

Please sign in to comment.