Skip to content

Commit

Permalink
Stage for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ptmcg committed Apr 8, 2023
1 parent a14021d commit 0eee818
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES
Expand Up @@ -13,8 +13,8 @@ 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.0b1 - (in development)
----------------------------------
Version 3.1.0b1 - April, 2023
-----------------------------
- API CHANGE: A slight change has been implemented when unquoting a quoted string
parsed using the QuotedString class. Formerly, when unquoting and processing
whitespace markers such as \t and \n, these substitutions would occur first, and
Expand Down
2 changes: 1 addition & 1 deletion pyparsing/__init__.py
Expand Up @@ -121,7 +121,7 @@ def __repr__(self):


__version_info__ = version_info(3, 1, 0, "beta", 1)
__version_time__ = "05 Apr 2023 14:56 UTC"
__version_time__ = "08 Apr 2023 05:16 UTC"
__version__ = __version_info__.__version__
__versionTime__ = __version_time__
__author__ = "Paul McGuire <ptmcg.gm+pyparsing@gmail.com>"
Expand Down

0 comments on commit 0eee818

Please sign in to comment.