2024-04-04 Fred Gleason <fredg@paravelsystems.com>

* Updated the URL for Python version formatting rules.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason 2024-04-04 11:19:34 -04:00
parent 3d4fbf254a
commit 2252c52c57
2 changed files with 5 additions and 2 deletions

View File

@ -24694,3 +24694,5 @@
* Removed JSON generation methods. * Removed JSON generation methods.
2024-04-03 Fred Gleason <fredg@paravelsystems.com> 2024-04-03 Fred Gleason <fredg@paravelsystems.com>
* Added an 'ExtendedNextPadEvents=' directive to rd.conf(5). * Added an 'ExtendedNextPadEvents=' directive to rd.conf(5).
2024-04-04 Fred Gleason <fredg@paravelsystems.com>
* Updated the URL for Python version formatting rules.

View File

@ -28,5 +28,6 @@ RIVWEBCAPI_AGE
then set 'RIVWEBCAPI_AGE' to 0. then set 'RIVWEBCAPI_AGE' to 0.
PYTHONAPI_VERSION - Version string for the Python components beneath '/apis/'. PYTHONAPI_VERSION - Version string for the Python components beneath '/apis/'.
See PEP 440 [https://www.python.org/dev/peps/pep-0440/] See the Python Packaging User Guide - Version specifiers
for formatting rules. for formatting rules, at:
https://www.python.org/dev/peps/pep-0440/