Skip to content

Commit

Permalink
Mark versions for 3.1.3 development
Browse files Browse the repository at this point in the history
  • Loading branch information
ptmcg committed Mar 7, 2024
1 parent 7d4bda2 commit 07a9c8b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGES
Expand Up @@ -12,6 +12,9 @@ help from Devin J. Pohly in structuring the code to enable this peaceful transit

Version 3.2.0 will also discontinue support for Python versions 3.6 and 3.7.

Version 3.1.3 - in development
------------------------------


Version 3.1.2 - March, 2024
---------------------------
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, 2, "final", 1)
__version_time__ = "06 Mar 2024 07:08 UTC"
__version_info__ = version_info(3, 1, 3, "final", 1)
__version_time__ = "07 Mar 2024 13:11 UTC"
__version__ = __version_info__.__version__
__versionTime__ = __version_time__
__author__ = "Paul McGuire <ptmcg.gm+pyparsing@gmail.com>"
Expand Down

0 comments on commit 07a9c8b

Please sign in to comment.