Skip to content

Commit

Permalink
Prep for 3.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ptmcg committed Mar 6, 2024
1 parent 9533fcb commit 7d4bda2
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.2 - in development
------------------------------
Version 3.1.2 - March, 2024
---------------------------
- Added `ieee_float` expression to `pyparsing.common`, which parses float values,
plus "NaN", "Inf", "Infinity". PR submitted by Bob Peterson (#538).

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, 2, "final", 1)
__version_time__ = "25 Feb 2024 17:23 UTC"
__version_time__ = "06 Mar 2024 07:08 UTC"
__version__ = __version_info__.__version__
__versionTime__ = __version_time__
__author__ = "Paul McGuire <ptmcg.gm+pyparsing@gmail.com>"
Expand Down

4 comments on commit 7d4bda2

@kloczek
Copy link

@kloczek kloczek commented on 7d4bda2 Mar 6, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it possible to make th decision about tagging convention?
Last few version have been tabbed using just <version> string. Suddenly last version again has been tagged as pyparsing_<version>.
IMO it would be better to just use <version>.
All those changes are breaking automated builds.

@ptmcg
Copy link
Member Author

@ptmcg ptmcg commented on 7d4bda2 Mar 6, 2024 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kloczek
Copy link

@kloczek kloczek commented on 7d4bda2 Mar 6, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Apologies - will it be sufficient for me to modify the tag in GitHub?

Yes please.

@ptmcg
Copy link
Member Author

@ptmcg ptmcg commented on 7d4bda2 Mar 6, 2024 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.