Skip to content

Commit

Permalink
Staging for post-3.1.0a1 work
Browse files Browse the repository at this point in the history
  • Loading branch information
ptmcg committed Mar 13, 2023
1 parent eb59a9f commit a7e3b0a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES
Expand Up @@ -2,6 +2,11 @@
Change Log
==========

Version 3.1.0a2 - (in development)
----------------------------------
(the next release may be A2 or B1, depending on the responses to A1)


Version 3.1.0a1 - March, 2023
-----------------------------
NOTE: In the future release 3.2.0, use of many of the pre-PEP8 methods (such as
Expand Down
4 changes: 2 additions & 2 deletions pyparsing/__init__.py
Expand Up @@ -120,8 +120,8 @@ def __repr__(self):
return f"{__name__}.{type(self).__name__}({', '.join('{}={!r}'.format(*nv) for nv in zip(self._fields, self))})"


__version_info__ = version_info(3, 1, 0, "alpha", 1)
__version_time__ = "08 Mar 2023 01:10 UTC"
__version_info__ = version_info(3, 1, 0, "alpha", 2)
__version_time__ = "13 Mar 2023 21:29 UTC"
__version__ = __version_info__.__version__
__versionTime__ = __version_time__
__author__ = "Paul McGuire <ptmcg.gm+pyparsing@gmail.com>"
Expand Down

0 comments on commit a7e3b0a

Please sign in to comment.